aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-11-19*** empty log message ***gdbadmin1-1/+1
2005-11-18 * gdb.texinfo (set remotebreak): Add anchor.Kevin Buettner2-0/+41
(X packet): Likewise. (Remote Protocol): Add new section `Interrupts' and new index entry `interrupts (remote protocol)'.
2005-11-18* gdb.texinfo (Packets): Move information out of 'q' and 'Q'Jim Blandy2-23/+42
entries into the General Query Packets section. Add a cross-reference to that section. Drop description of replies, as these are covered in the descriptions of each packet. (General Query Packets): Add introductory text. Explain naming conventions, and how the end of a name is recognized.
2005-11-182005-11-18 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-2/+19
* mi/mi-main.c (mi_load_progress): Ensure the use of the correct mi uiout for the duration of the function.
2005-11-18(gdb-source-file-list): Declare.Nick Roberts1-79/+78
(gdbmi): Bind new functions. (gdbmi-var-list-children-handler, gdbmi-var-list-children-regexp): Handle string expressions properly. Move "type" field into regexp. (gdbmi-var-update-regexp, gdbmi-var-update-handler): Handle string expressions properly. Update speedbar. (gdbmi-breakpoints-buffer, gdb-stack-buffer, gdb-locals-buffer) (gdb-registers-buffer): Use def-gdb-auto-update-trigger instead of def-gdb-auto-updated-buffer as handlers is defined explicitly. (gdb-stack-list-locals-handler): Handle string expressions properly. (gdb-data-list-register-values-handler) (gdb-data-list-register-values-custom): Fontify buffer.
2005-11-18*** empty log message ***Nick Roberts1-1/+1
2005-11-18*** empty log message ***Nick Roberts1-0/+15
2005-11-18*** empty log message ***gdbadmin1-1/+1
2005-11-17Fix ChangeLog typo from previous commit.Kevin Buettner1-1/+1
2005-11-17 * gdb.texinfo (Remote Configuration): Fix typo in description ofKevin Buettner2-1/+6
"set remotebreak" command.
2005-11-17 * version.in: Update to 6.4.50.Daniel Jacobowitz2-1/+5
2005-11-17*** empty log message ***gdbadmin1-1/+1
2005-11-162005-11-16 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-0/+10
* NEWS (6.4): Mention $argc.
2005-11-16gdb/doc/ChangeLog:Jim Blandy2-351/+379
2005-11-16 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Packets, Stop Reply Packets) (General Query Packets): Various formatting cleanups. - Use @samp for packet contents. - Drop summaries from packet @item lines; the same information appears immediately below in the description. - Delete paragraph breaks after packet @item commands, so that the description appears directly to the right of the packet prototype in the printed manual, if it fits. - Place spaces in packet prototypes between @vars and non-@var letters, and explain that they're just for formatting. - Use @dots{} instead of '...'. - Fix uses of @code where @var was needed. - Replace "deprecated" markers with English text spelling out the packet's status and the preferred alternatives. - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear what this ever meant. - Remove "(draft)" markers on 'i' packets; nobody has commented on this for a long time. - Remove "(draft)" markers on 'z' and 'Z' packets; these have been implemented several times, and have been in use for years.
2005-11-162005-11-15 Jim Blandy <jimb@redhat.com>Jim Blandy2-0/+6
* gdb.texinfo (Packets): Add index entries for 'm' packet disclaimers.
2005-11-16*** empty log message ***gdbadmin1-1/+1
2005-11-15* gdb.texinfo (Packets): Clarify lack of restrictions on behaviorJim Blandy2-7/+11
of stub when processing an 'm' packet.
2005-11-15* gdb.texinfo (Packets): Mention that packets beginning withJim Blandy2-86/+9
letters are reserved once, at the top, instead of actually listing them all and saying "reserved".
2005-11-152005-11-15 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-0/+15
* NEWS: Add --batch-silent, --return-child-result, and --eval-command options to the 6.4 section.
2005-11-152005-11-15 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs5-10/+61
* cli/cli-script.c: Include gdb_assert.h. (locate_arg): Detect $argc. (insert_args): Substitute $argc. * Makefile.in (cli-script.o): Add dependency on gdb_assert.h. doc/ * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. Change @var{$arg0 to @code{$arg0.
2005-11-15*** empty log message ***gdbadmin1-1/+1
2005-11-14Fix gcc bug 24490, location list query failed due to out-of-range address.Jim Wilson2-2/+12
PR 2024 * dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block instead of get_frame_pc. (loclist_read_variable): Likewise.
2005-11-142005-11-14 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-0/+5
* MAINTAINERS (Write After Approval): Add myself to the list.