Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-24 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-23 | 2005-03-23 Martin Hunt <hunt@redhat.com> | Martin Hunt | 3 | -18/+5 | |
* configure.ac: Remove -fwritable-strings from CFLAGS. * configure: Regenerate. | |||||
2005-03-23 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-22 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-21 | 2005-03-21 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -90/+36 | |
* mn10300-prologue.c (fix_frame_pointer): Delete. (set_movm_offsets) Don't return just because movm_args is zero -- still need to save pc and sp in saved_regs. (mn10300_analyze_prologue): Don't return prematurely without calling set_movm_offsets (for pc and sp at minimum). | |||||
2005-03-21 | * configure.ac (stat.st_blksize): Check for it. | Mark Mitchell | 5 | -3/+254 | |
(getuid): Likewise. (getgid): Likewise. * configure: Regenerated. * config.in: Likewise. * remote-fileio.c (remote_fileio_to_fio_stat): Check HAVE_STRUCT_STAT_ST_BLKSIZE. | |||||
2005-03-21 | * win32-nat.c (do_initial_child_stuff): Don't clear the thread list here. | Christopher Faylor | 3 | -2/+12 | |
(do_initial_child_stuff): Move clearing of thread list to a place before a thread ould be created. (child_attach): Ditto. | |||||
2005-03-21 | 2005-03-21 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -595/+601 | |
* mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr instead of pc addr for frame_id. Otherwise "until" won't work. | |||||
2005-03-21 | * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in | Kevin Buettner | 2 | -1/+6 | |
comment. | |||||
2005-03-21 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-20 | * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile. | Mark Kettenis | 3 | -2/+5 | |
* varobj.c (my_value_equal): Mark val2 as volatile. | |||||
2005-03-20 | Fix typo. | Mark Kettenis | 1 | -1/+1 | |
2005-03-20 | * cp-names.y: Add prototype for yylex. | Mark Kettenis | 2 | -1/+6 | |
2005-03-20 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-19 | * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR. | Daniel Jacobowitz | 3 | -2/+8 | |
* gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of VALADDR. | |||||
2005-03-19 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-18 | Move printing of TLS related error messages to dwarf2loc.c. | Kevin Buettner | 5 | -41/+123 | |
2005-03-18 | * utils.c (safe_strerror): Use xsnprintf instead of sprintf. | Mark Kettenis | 2 | -41/+64 | |
(decimal2str, octal2str): Change to return a string allocated by get_cell. Use xsnprint instead of snprintf. (paddr_u, paddr_d): Adjust for changed calling convention of decimal2str. (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf. (int_string): Likewise. Adjust for changed calling convention of decimal2str and octal2str. | |||||
2005-03-18 | * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments. | Kevin Buettner | 2 | -8/+25 | |
Adjust incorrectly computed constant for realtime signal frame. | |||||
2005-03-18 | From Ralf Corsepius <ralf.corsepius@rtems.org> | Mark Kettenis | 2 | -0/+6 | |
* configure.tgt: Add m68*-*-rtems*. | |||||
2005-03-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-17 | * defs.h (xsnprintf): New prototype. | Mark Kettenis | 3 | -0/+21 | |
* utils.c (xsnprintf): New function. | |||||
2005-03-17 | * corelow.c (get_core_register_section): Replace usage of sprintf | Mark Kettenis | 2 | -3/+7 | |
and strcpy with xstrprintf and xstrdup. | |||||
2005-03-17 | * mips-tdep.c (mips_single_step_through_delay): Put back check for | Mark Kettenis | 2 | -0/+8 | |
breakpoint lost with the introduction of this function. | |||||
2005-03-17 | 2005-03-17 Paul Brook <paul@codesourcery.com> | Paul Brook | 3 | -2/+7 | |
* amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic. * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto. | |||||
2005-03-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-16 | * event-top.c (handle_sigquit): Do not define for systems without | Mark Mitchell | 1 | -1/+4 | |
SIGQUIT. (sigquit_token): Likewise. (async_init_signals): Allow for systems that do not define SIGQUIT. * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE. | |||||
2005-03-16 | * event-top.c (async_init_signals): Allow for systems that do not | Mark Mitchell | 3 | -0/+16 | |
define SIGQUIT. * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE. | |||||
2005-03-16 | * utils.c (internal_vproblem): Guard call to fork with | Mark Mitchell | 4 | -3/+37 | |
HAVE_WORKING_FORK. * cli/cli-cmds.c (shell_escape): Guard call to vfork with HAVE_WORKING_VFORK and HAVE_WORKING_FORK. * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of S_IRGRP and related macros. (remote_fileio_mode_to_target): Likewise. | |||||
2005-03-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-14 | 2005-03-14 Paul Brook <paul@codesourcery.com> | Paul Brook | 2 | -8/+8 | |
* lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote targets. | |||||
2005-03-14 | * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a | Ben Elliston | 2 | -1/+6 | |
more primitive library. | |||||
2005-03-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-13 | * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of | Mark Kettenis | 4 | -9/+23 | |
sprintf. * target.c (normal_pid_to_str): Likewise. * remote.c (remote_pid_to_str): Use snprint instead of sprintf. Change capitalization of "thread". Use ptid_get_pid instead of GETPID. | |||||
2005-03-13 | * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of | Mark Kettenis | 2 | -6/+8 | |
a combination of xmalloc and sprintf. | |||||
2005-03-13 | * configure.ac: Use '=', not '=='; the latter is a GNU extension. | Jim Blandy | 3 | -2/+7 | |
* configure: Regenerated. | |||||
2005-03-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-11 | 2005-03-11 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -11/+119 | |
* mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace stub fn with real implementatin mn10300_unwind_dummy_id. (mn10300_push_dummy_call): Implement. Bare bones version, does not handle structs or floats. | |||||
2005-03-11 | Avoid warnings due to the use of -Wuninitialized without -O. | Jim Blandy | 3 | -2/+34 | |
* configure.ac (build_warnings): Include -Wuninitialized only if CFLAGS is unset at configure time, or CFLAGS is set and includes some -O option other than -O0. * configure: Regenerated. | |||||
2005-03-11 | * mips-tdep.c (show_mips_abi): Change calling conventions to match | Jim Blandy | 2 | -9/+23 | |
those expected by add_setshow_enum_cmd. Use 'file' argument as appropriate. | |||||
2005-03-11 | * Makefile.in (SFILES): Add cp-names.y. | Daniel Jacobowitz | 6 | -105/+2368 | |
(libiberty_h, safe_ctype_h): New. (YYFILES): Add cp-names.c. (YYOBJ): Add cp-names.o. (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules. (clean): Remove test-cp-names$(EXEEXT). (local-maintainer-clean): Remove cp-names.c. * cp-names.y: New file. * cp-support.c (find_last_component): Delete. (d_left, d_right): Define. (cp_canonicalize_string, mangled_name_to_comp): New functions. (cp_class_name_from_physname, method_name_from_physname): Rewrite to use mangled_name_to_comp. * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp) (cp_comp_to_string): New prototypes. * config/djgpp/fnchange.lst: Add cp-names.c. | |||||
2005-03-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-10 | Remove the --[no]async command line switch from --help | Bob Rossi | 2 | -3/+4 | |
2005-03-10 | Add 2005 to doco copyright | Bob Rossi | 2 | -4/+10 | |
2005-03-10 | * proc-api.c: Update copyright year. | Mark Kettenis | 2 | -7/+13 | |
(_initialize_proc_api): Revert previous patch, removing spurious space instead. | |||||
2005-03-10 | * regcache.c: Fix typo in comment. | Joel Brobecker | 2 | -1/+5 | |
2005-03-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-03-09 | 2005-03-09 David Lecomber <david@lecomber.net> | David Lecomber | 2 | -6/+11 | |
* proc-api.c (_initialize_proc_api): Fix invalid multi-line i18n text. |