aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2006-03-312006-03-31 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+4
* gdb.texinfo: Update copyright dates.
2006-03-31 * gdb.texinfo (Overview): Add an index entry to "empty response".Eli Zaretskii1-0/+4
2006-03-28src/gdb/ChangeLog:Jim Blandy1-0/+4
2006-03-28 Jim Blandy <jimb@codesourcery.com> * prologue-value.c, prologue-value.h: New files. * Makefile.in (prologue_value_h): New variable. (HFILES_NO_SRCDIR): List prologue-value.h. (SFILES): List prologue-value.c. (COMMON_OBS): List prologue-value.o. (prologue-value.o): New rule. src/gdb/doc/ChangeLog: 2006-03-28 Jim Blandy <jimb@codesourcery.com> * gdbint.texinfo (Prologue Analysis): New section.
2006-03-092006-03-07 Jim Blandy <jimb@red-bean.com>Jim Blandy1-0/+2
* gdb.texinfo (Connecting): Document 'target remote pipe'.
2006-03-092006-03-07 Jim Blandy <jimb@red-bean.com>Jim Blandy1-0/+4
* gdb.texinfo (Target Commands): Update text describing how to specify a target. Refer to the detailed section on remote debugging, not the brief mention.
2006-03-092006-03-07 Jim Blandy <jimb@red-bean.com>Jim Blandy1-0/+6
* gdb.texinfo (Connecting): Organize the different 'target remote' connection methods into a table. Add a 'target remote' index entry. (!!!)
2006-02-18 2006-02-17 Fred Fish <fnf@specifix.com>Fred Fish1-0/+7
* gdb.texinfo (Symbols): Update descriptions of 'whatis' and 'ptype' commands to reflect the fact that the only significant difference between them is that ptype prints the complete type description instead of just the name.
2006-02-13 * gdbint.texinfo (Watchpoints): DeleteWu Zhou1-0/+5
TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
2006-02-10*** empty log message ***Nick Roberts1-0/+7
2006-02-06 * gdbint.texinfo (Symbol Handling): Add a sectionDaniel Jacobowitz1-0/+5
on memory management.
2006-02-06From Vladimir Prus <ghost@cs.msu.su>:Daniel Jacobowitz1-0/+5
gdb/ * breakpoint.c (print_one_breakpoint): For MI-like UI, output fullname field. gdb/doc/ * gdb.texinfo (Breakpoint table commands): Document the fullname field in -break-list output. gdb/testsuite/ * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname field.
2006-02-03 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types ofEli Zaretskii1-0/+6
debugging information produced by the various "set debug..." options.
2006-02-01gdb/Daniel Jacobowitz1-0/+5
* Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update. * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add prototypes. * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC. (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to... * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate): ...here. * gdbtypes.c: Include "hashtab.h". (build_gdbtypes): Remove extra prototype. (struct type_pair, type_pair_hash, type_pair_eq) (create_copied_types_hash, copy_type_recursive): New. * gdbtypes.h: Include "hashtab.h". (TYPE_ZALLOC): New. (create_copied_types_hash, copy_type_recursive): New prototypes. * objfiles.c (free_objfile): Call preserve_values. * symfile.c (reread_symbols): Likewise. (clear_symtab_users): Remove calls to clear_value_history and clear_internalvars. * value.c (clear_value_history, clear_internalvars): Removed. (preserve_one_value, preserve_values): New functions. * value.h (clear_value_history, clear_internalvars): Removed. (preserve_values): New prototype. * tracepoint.c (_initialize_tracepoint): Do not initialize convenience variables here. gdb/doc/ * gdb.texinfo (Files): Remove obsolete bits from the description of "symbol-file".
2006-01-252006-01-25 Jim Blandy <jimb@redhat.com>Jim Blandy1-0/+4
* gdbint.texinfo (Testsuite): Explain how to run selected tests.
2006-01-252006-01-24 Jim Blandy <jimb@redhat.com>Jim Blandy1-0/+5
* gdbint.texinfo (Frames): Document the basics of GDB's register unwinding model, and explain the existence of the "sentinel" frame.
2006-01-232006-01-23 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-0/+7
* cli/cli-cmds.c: Include fcntl.h. (source_command): Use the GDB search path to find script files. doc/ * gdb.texinfo (Choosing files): Mention that -directory is used for script files. (Specifying source directories): Likewise. (Command files): Explain how script files are found.
2006-01-21(Backtrace): Describe how to get backtrace of all the threads in aEli Zaretskii1-0/+7
multi-threaded program. (Threads): The threadno argument of "thread apply" can be a range of numbers.
2006-01-20gdb/ChangeLog:Jim Blandy1-0/+5
2006-01-18 Jim Blandy <jimb@redhat.com> * configure.ac: Add -Wno-pointer-sign to list of build warnings. * configure: Regenerated. gdb/doc/ChangeLog: 2006-01-18 Jim Blandy <jimb@redhat.com> * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list of warning flags.
2006-01-13 * gdb.texinfo (Define, Command Files): Document `end' and add indexEli Zaretskii1-0/+2
entries for it.
2006-01-13 * gdb.texinfo (Sequences): Improve menu annotations.Eli Zaretskii1-0/+8
(Define): Add index entries for arguments of user-defined commands. Move the description of flow-control commands... (Command Files): ...to here. Document loop_break and loop_continue.
2006-01-042006-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+5
* gdb.texinfo: Add documentation for linux-fork. * gdbint.texinfo: Add internal documentation for checkpoints.
2006-01-02 * gdb.texinfo (Omissions from Ada): Document that there is nowPaul N. Hilfinger1-0/+5
limited aggregate support.
2005-12-28 * gdb.texinfo (Registers): Describe how to refer to SSE and MMXEli Zaretskii1-0/+5
registers and the likes.
2005-12-24(Memory Region Attributes): Fix usage of "etc."Eli Zaretskii1-0/+1
2005-12-24 * gdb.texinfo (Target Commands, Bug Reporting, File Options)Eli Zaretskii1-0/+8
(Symbols): Fix usage of "e.g.". * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging) (Coding): Fix usage of "e.g.".
2005-12-23 * stabs.texinfo:Eli Zaretskii1-0/+14
* refcard.tex: * gpl.texi: * gdbint.texinfo: * gdb.texinfo: * gdb-cfg.texi: * fdl.texi: * annotate.texinfo: * all-cfg.texi: * Makefile.in: Add (C) after Copyright. Update the FSF address.
2005-12-03 * gdb.texinfo (Connecting): Explain that `monitor' is a way toEli Zaretskii1-0/+5
extend GDB with commands for external monitor.
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-0/+4
* 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-11-26 * gdbint.texinfo (Start of New Year Procedure): New chapter.Joel Brobecker1-0/+4
2005-11-232005-11-21 Jim Blandy <jimb@redhat.com>Jim Blandy1-0/+7
* 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-20gdb/doc/ChangeLog:Jim Blandy1-0/+7
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-18 * gdb.texinfo (set remotebreak): Add anchor.Kevin Buettner1-0/+7
(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 Blandy1-0/+9
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-17Fix ChangeLog typo from previous commit.Kevin Buettner1-1/+1
2005-11-17 * gdb.texinfo (Remote Configuration): Fix typo in description ofKevin Buettner1-0/+5
"set remotebreak" command.
2005-11-16gdb/doc/ChangeLog:Jim Blandy1-0/+23
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 Blandy1-0/+3
* gdb.texinfo (Packets): Add index entries for 'm' packet disclaimers.
2005-11-15* gdb.texinfo (Packets): Clarify lack of restrictions on behaviorJim Blandy1-0/+3
of stub when processing an 'm' packet.
2005-11-15* gdb.texinfo (Packets): Mention that packets beginning withJim Blandy1-0/+6
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 Stubbs1-0/+5
* 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-14* gdb.texinfo (Fortran): Add some words about Fortran debugging.Wu Zhou1-0/+4
2005-11-122005-11-12 Jim Blandy <jimb@redhat.com>Jim Blandy1-0/+5
* gdb.texinfo (General Query Packets): Put packets in alphabetical order. Remove extraneous 'z'.
2005-11-072005-11-07 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-0/+4
* main.c (captured_main): Define struct cmdarg. Change type of cmdarg. Add new options --eval-command and alias -ex. Adjust --command to use the new struct cmdarg. Execute commands given with --eval-command. (print_gdb_help): Add new options --eval-command, -ex and mention -x. docs/ * gdb.texinfo (Choosing files): Add --eval-command.
2005-11-042005-11-04 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-0/+5
* infrun.c (print_stop_reason): Set return_child_result_value on exit. * main.c (return_child_result): New variable. (return_child_result_value): Likewise. (captured_main): Add option --return-child-result. Replace call to target_detach and exit (in batch mode) with quit_force. (print_gdb_help): Add option --return-child-result. * top.c (quit_force): Return child result if appropriate. docs/ * gdb.texinfo (Choosing modes): Add --return-child-result.
2005-11-012005-11-01 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-0/+4
* event-top.c (gdb_setup_readline): Don't set gdb_stdout when --batch-silent option was given. * main.c (batch_silent): New variable. (captured_main): Add new option --batch-silent. (print_gdb_help): Likewise. doc/ * gdb.texinfo (Choosing modes): Add --batch-silent.
2005-10-28 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage underEli Zaretskii1-0/+5
"The -var-update Command".
2005-10-03 * gdb.texinfo (Print Settings): Add documentation for set/showJoel Brobecker1-0/+5
print array-indexes.
2005-09-18 * gdb.texinfo (Contributors): Thank Andrew Cagney for releasesDaniel Jacobowitz1-0/+5
6.2 and 6.3.
2005-08-27 (Variables, Symbols): Document the "<incomplete type>" message andEli Zaretskii1-0/+2
its reasons.
2005-08-27 * main.c (print_gdb_help): Don't advertise the (long non-existent)Eli Zaretskii1-0/+6
option --mapped. * gdb.texinfo (File Options): Don't document --mapped, it's gone since 19-Jan-2004. (Files): Likewise.