aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2005-12-062005-12-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-13/+16
* cli/cli-decode.c (add_setshow_string_cmd): Indent. (add_setshow_integer_cmd): Indent.
2005-12-062005-12-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+7
* inf-ptrace.c: Fix typos in comments.
2005-12-06 * mi/mi-interp.c (mi_interpreter_resume): Route target errorFrederic Riss2-0/+7
through the MI.
2005-12-06*** empty log message ***gdbadmin1-1/+1
2005-12-05*** empty log message ***gdbadmin1-1/+1
2005-12-04* amd64obsd-tdep.c: Include "regcache.h" and "bsd-uthread.h".Mark Kettenis3-3/+140
(amd64obsd_uthread_reg_offset): New variable. (AMD64OBSD_UTHREAD_RSP_OFFSET): New define. (amd64obsd_supply_uthread, amd64obsd_collect_uthread): New functions. (amd64obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (amd64obsd-tdep.o): Update dependencies.
2005-12-04*** empty log message ***gdbadmin1-1/+1
2005-12-03 * gdb.texinfo (Connecting): Explain that `monitor' is a way toEli Zaretskii2-2/+12
extend GDB with commands for external monitor.
2005-12-03*** empty log message ***gdbadmin1-1/+1
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs4-22/+50
* breakpoint.c (BREAK_ARGS_HELP): New mecro. (_initialize_breakpoint): Enhance break, tbreak, hbreak and thbreak commands' help by adding more information and using BREAK_ARGS_HELP to duplicate the common parts. Remove now-redundant cross-references. testsuite/ * gdb.base/help.exp (help b, help br, help bre, help brea) (help break): Update the expected message.
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs5-1/+72
* value.c (init_if_undefined_command): New function. (_initialize_values): Add command init-if-undefined. * NEWS (Changes since GDB 6.3): Rename to 'Changes in GDB 6.4'. (Changes since GDB 6.4): New section. Mention new command init-if-undefined. doc/ * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-2/+10
* symfile.c (symbol_file_clear): Test symfile_objfile is not NULL before dereferencing it. Gettextize the query.
2005-12-02 GDB 6.4 released from GDB 6.4 branch.Joel Brobecker1-0/+4
2005-12-02*** empty log message ***gdbadmin1-1/+1
2005-12-01 * ms1-tdep.c (ms1_register_name): Const qualify array.Nathan Sidwell2-8/+16
(ms1_registers_info): Use gdb_byte. (ms1_push_dummy_call): Likewise. (ms1_gdbarch_init): Remove illformed nested prototype.
2005-12-01*** empty log message ***gdbadmin1-1/+1
2005-11-30*** empty log message ***gdbadmin1-1/+1
2005-11-29 * dwarf2-frame.c (dwarf2_frame_prev_register): HandleFrederic Riss3-1/+22
DWARF2_FRAME_REG_CFA_OFFSET. * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_CFA_OFFSET.
2005-11-29*** empty log message ***gdbadmin1-1/+1
2005-11-28 * remote-sim.c (gdbsim_wait): Pass target signal numbers toMark Mitchell2-11/+11
sim_resume. Expect target signal numbers from sim_stop_reason. * wrapper.c (gdb/signals.h): Include it. (SIGTRAP): Don't define. (SIGBUS): Likewise. (sim_stop_reason): Use TARGET_SIGNAL_* instead of SIG*. * sim-reason.c (sim_stop_reason): Use sim_signal_to_target, not sim_signal_to_host. * sim-signal.c (sim_signal_to_host): Fix typo. (sim_signal_to_target): New function. * interp.c (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*. * interf.c: (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*. * sim_calls.c (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*. * psim.c (cntrl_c_simulation): Use TARGET_SIGNAL_*.
2005-11-28* win32-nat.c (env_sort): New function.Christopher Faylor3-16/+53
(win32_create_inferior): Rename env to in_env. Sort environment before handing it off to CreateProcess. (win32_current_sos): Quiet a compiler warning.
2005-11-28*** empty log message ***gdbadmin1-1/+1
2005-11-27*** empty log message ***gdbadmin1-1/+1
2005-11-26 * gdbint.texinfo (Start of New Year Procedure): New chapter.Joel Brobecker2-0/+37
2005-11-26*** empty log message ***gdbadmin1-1/+1
2005-11-252005-11-16 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs3-0/+17
* event-top.h (async_init_signals): Add SIGTERM handler. (handle_sigterm): New function. * event-top.h (handle_sigterm): New prototype.
2005-11-25Remove stray colon.Daniel Jacobowitz1-1/+1
2005-11-252005-11-25 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-47/+50
* cli-decode.c (find_command_name_length): New function. (lookup_cmd_1): Replace loop reading command name with find_command_name_length(). (lookup_cmd): Likewise. (lookup_cmd_composition): Likewise.
2005-11-25 * dwarf2-frame.c: (execute_cfa_program): Don't access past theFrederic Riss2-1/+16
allocated dwarf2_frame_state.initial.regs.
2005-11-25* MAINTAINERS (Write After Approval): Add myself to the list.Frederic Riss2-0/+5
2005-11-25*** empty log message ***gdbadmin1-1/+1
2005-11-24*** empty log message ***gdbadmin1-1/+1
2005-11-232005-11-23 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-180/+8
* sh-tdep.c (do_fv_register_info, do_dr_register_info): Delete function. (do_bank_register_info, do_bank_register_info): Likewise. (sh_print_pseudo_register, sh_do_fp_register): Likewise. (sh_do_register, sh_print_register, sh_print_registers_info): Likewise. (sh_gdbarch_init): Remove call to set_gdbarch_print_registers_info().
2005-11-232005-11-21 Jim Blandy <jimb@redhat.com>Jim Blandy2-1/+13
* gdb.texinfo (Tracepoint Packets): Document restrictions on placement of 'R' actions in tracepoint action packets; document dependence of 'X' and 'M' actions on a preceding 'R' action for their registers.
2005-11-23*** empty log message ***gdbadmin1-1/+1
2005-11-22 * top.c (print_gdb_version): Update copyright year.Joel Brobecker2-1/+5
2005-11-22*** empty log message ***gdbadmin1-1/+1
2005-11-21* inf-ptrace.c (inf_ptrace_xfer_partial): Use PIOD_WRITE_I insteadMark Kettenis2-2/+11
of PIOD_WRITE_D.
2005-11-21gdb/ChangeLog:Jim Blandy2-9/+21
2005-11-19 Jim Blandy <jimb@redhat.com> * tracepoint.c (memrange_absolute): New enum constant. (struct memrange, memrange_cmp, add_memrange, collect_symbol, stringify_collection_list, encode_actions): Use it instead of '-1' to indicate an fixed-address memory range. (Suggested by Eli Zaretskii.)
2005-11-21*** empty log message ***gdbadmin1-1/+1
2005-11-20gdb/doc/ChangeLog:Jim Blandy2-4/+186
2005-11-19 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Tracepoint Packets): New node. (General Query Packets): Add entries for the tracepoint packets, referring to the "Tracepoint Packets" node. (Tracepoints): Add reference to "Tracepoint Packets".
2005-11-20*** empty log message ***gdbadmin1-1/+1
2005-11-192005-11-19 Jim Blandy <jimb@redhat.com>Jim Blandy2-4/+17
* tracepoint.c (stringify_collection_list): Indicate absolute memory ranges by using "-1" as the memory range's base register number, not "FFFFFFFF".
2005-11-192005-11-19 Randolph Chung <tausq@debian.org>Randolph Chung2-3/+26
* dwarf2loc.c (dwarf2_tracepoint_var_ref): Remove extra add for DW_OP_fbreg. Handle DW_OP_breg0 through DW_OP_breg31. Print DWARF opcode for unsupported case.
2005-11-192005-11-19 Randolph Chung <tausq@debian.org>Randolph Chung2-27/+43
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Use HPPA_HPUX_SS_* constants. Ensure "off" is large enough to hold 64-bit offset. Set proper signal context offset for 64-bit programs. Set pc properly for signal frames.
2005-11-192005-11-19 Randolph Chung <tausq@debian.org>Randolph Chung2-3/+9
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_unwind_sniffer): Rely on the unwind record to determine a signal frame, instead of hardcoding a function name.
2005-11-192005-11-19 Randolph Chung <tausq@debian.org>Randolph Chung2-3/+12
* hppa-tdep.c (skip_prologue_hard_way): Add one more insn pattern for "std rp,-0x10(sp)". (hppa_frame_cache): Likewise. (hppa_fallback_frame_cache): Likewise.
2005-11-192005-11-19 Randolph Chung <tausq@debian.org>Randolph Chung2-5/+23
* hppa-tdep.c (hppa_frame_cache): Reformat code and enhance debugging.
2005-11-192005-11-18 Jim Blandy <jimb@redhat.com>Jim Blandy2-2/+2
* tracepoint.c (collect_symbol): Doc fix.
2005-11-192005-11-18 Jim Blandy <jimb@redhat.com>Jim Blandy2-1/+5
* tracepoint.c (struct memrange): Doc fix.