aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-08-01Reviewed/approved by Daniel Jacobowitz <drow@false.org>Fred Fish1-0/+4
2005-08-01 Fred Fish <fnf@specifix.com> * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2005-07-15*** empty log message ***Nick Roberts1-0/+9
2005-07-122005-07-12 Bob Rossi <bob@brasko.net>Bob Rossi1-0/+5
* gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show corresponding GDB command comment.
2005-07-06Index: gdb/ChangeLogBob Rossi1-0/+6
+2005-07-06 Bob Rossi <bob@brasko.net> + + * fork-child.c (fork-inferior): Use accessor function for + inferior_io_terminal. + * infcmd.c (inferior_io_terminal): Make static. + (set_inferior_io_terminal): New function. + (get_inferior_io_terminal): Ditto. + (tty_command): Use accessor function. + (_initialize_infcmd): Add inferior_tty setshow variable. + (_initialize_infcmd): Remove tty command. + (_initialize_infcmd): Add a tty command that is an alias. + * inferior.h (set_inferior_io_terminal): New prototype. + (get_inferior_io_terminal): Ditto. + (new_tty_prefork): Add const qualifier to parameter. + * inflow.c (inferior_thisrun_terminal): Add const qualifier. + (new_tty_prefork): Add const qualifier to parameter. + * nto-procfs (procfs_create_inferior): Use accessor function. + (procfs_create_inferior): Add const qualifier to locals. + * win32-nat.c (child_create_inferior): Ditto. + * mi/mi-cmd-env.c (mi_cmd_inferior_tty_set): New function. + (mi_cmd_inferior_tty_set): Ditto. + * mi/mi-cmds.c (mi_cmds): Add inferior-tty-set and inferior-tty-show + * mi/mi-cmds.h (mi_cmd_inferior_tty_set): Add prototype. + (mi_cmd_inferior_tty_show): Ditto. Index: gdb/doc/ChangeLog +2005-07-06 Bob Rossi <bob@brasko.net> + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set + and -inferior-tty-show. + (Input/Output): Document "set/show inferior-tty" and tty alias. Index: gdb/testsuite/ChangeLog +2005-07-06 Bob Rossi <bob@brasko.net> + + * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty + command. + (Copyright): Update copyright.
2005-07-02* gdb.texinfo (Packets): Change description of 'D' packet to noteNathan J. Williams1-0/+5
that GDB does wait for a response.
2005-06-22*** empty log message ***Nick Roberts1-0/+6
2005-06-19*** empty log message ***Nick Roberts1-0/+6