summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/doc
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadbinutils-gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz
[gdb] Move ChangeLog entries to their right files
I spotted a few misplaced entries in the ChangeLog-2019 entries, and went on to fix them. Looking around I saw a good number of other entries in other years. Then OCD got the best of me and I fixed them all. Also fixes cases of wrong paths in entries, like "* gdb/foo.c" instead of "* foo.c".
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog217
1 files changed, 217 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 3e89aedaaa3..4fc02ea80c9 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -890,6 +890,10 @@
* gdb.texinfo (Choosing Target Byte Order): Document endianness
selection details with the `set endian auto' mode.
+2018-05-31 Alan Hayward <alan.hayward@arm.com>
+
+ * gdb.texinfo: Describe SVE feature.
+
2018-05-04 Tom Tromey <tom@tromey.com>
PR python/22731:
@@ -1293,6 +1297,18 @@
(GDB/MI Async Records): Update documentation of library-loaded with new
field.
+2017-03-20 Artemiy Volkov <artemiyv@acm.org>
+
+ PR gdb/14441
+ * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
+ supports both lvalue and rvalue references.
+
+2017-03-20 Artemiy Volkov <artemiyv@acm.org>
+
+ PR gdb/14441
+ * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
+ table of constants.
+
2017-03-16 Doug Evans <dje@google.com>
* guile.texi (Lazy Strings In Guile): Mention arrays.
@@ -1308,6 +1324,11 @@
* Memory Protection Extensions: Add information about inferior
calls.
+2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
+
+ * gdb.texinfo: Document new set/show disassembler-options
+ commands.
+
2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
@@ -1941,6 +1962,15 @@
* gdb.texinfo (Selection): Update documentation for 'frame'
command.
+2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * gdb.texinfo (TUI): Restructure documentation on TUI layout and
+ focus commands.
+
+2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * gdb.texinfo (TUI): Add comma after @xref.
+
2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
* gdb.texinfo (Maintenance Commands): Document "maint btrace"
@@ -2343,6 +2373,11 @@
2014-12-02 Nick Bull <nicholaspbull@gmail.com>
+ * observer.texi (inferior_call_pre, inferior_call_post)
+ (memory_changed, register_changed): New observers.
+
+2014-12-02 Nick Bull <nicholaspbull@gmail.com>
+
* python.texi (Events In Python): Document new events
InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
and RegisterChangedEvent.
@@ -2462,6 +2497,10 @@
* gdb.texinfo (Signaling) <signal command>: Explain what happens
with multi-threaded programs.
+2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
+
+ * gdb.texinfo (MicroBlaze Features): Added.
+
2014-06-27 Yao Qi <yao@codesourcery.com>
* gdb.texinfo (Maintenance Commands): Update the output of
@@ -3661,6 +3700,12 @@
* gdb.texinfo (GDB/MI Catchpoint Commands): New section.
+2012-12-12 Paul Koning <paul_koning@dell.com>
+
+ Add support for Python 3.
+ * gdb.texinfo (Inferior.read_memory): Mention that the return
+ value is a memoryview object if Python 3.
+
2012-12-11 Pedro Alves <palves@redhat.com>
* gdb.texinfo: Remove all mentions of Unixware throughout.
@@ -6124,6 +6169,10 @@
* observer.texi (solib_unloaded): Document explicitly the fact that
this observer is called before the associated symbols are unloaded.
+2009-09-21 Jie Zhang <jie.zhang@analog.com>
+
+ * gdb.texinfo: Escape "{" and "}".
+
2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
* gdb.texinfo (GDB/MI Stack Manipulation): Document
@@ -7294,6 +7343,11 @@
* gdb.texinfo (Thread Commands): Document
-thread-info. Remove -thread-list-all-threads.
+2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
+
+ Implement MI notification for new threads.
+ * observer.texi (new_thread): Document.
+
2008-03-14 Pedro Alves <pedro@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
@@ -7551,6 +7605,11 @@
frame_unwind_register_unsigned in examples instead of
frame_unwind_unsigned_register.
+2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
+
+ * gdb.texinfo: Add TSIZE definition, removed statement about
+ unbounded arrays being unimplemented.
+
2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.texinfo (Predefined Target Types): Add int128
@@ -7826,6 +7885,10 @@
* gdb.texinfo (GDB/MI Variable Objects): Document
frozen variables objects.
+2007-04-13 Paul Brook <paul@codesourcery.com>
+
+ * gdb.texinfo: Document ieee_single and ieee_double target types.
+
2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.texinfo (Memory): Reference Remote Debugging chapter.
@@ -7837,6 +7900,10 @@
and "show remotedevice".
(Embedded Processors): Delete H8/300, H8/500, and SH nodes.
+2007-04-11 Steve Ellcey <sje@cup.hp.com>
+
+ * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
+
2007-04-11 Bob Wilson <bob.wilson@acm.org>
* gdb.texinfo (Contributors, Continuing and Stepping)
@@ -8285,6 +8352,11 @@
remote supported-packets.
(General Query Packets): Document qSupported packet.
+2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
+
+ * gdb.texinfo (system): Document behaviour with zero length
+ string.
+
2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
* gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
@@ -8433,6 +8505,10 @@
* gdb.texinfo (Overview): Add an index entry to "empty response".
+2006-03-29 Steve Ellcey <sje@cup.hp.com>
+
+ * gdb.texinfo: Remove gdbserve.nlm documentation.
+
2006-03-28 Jim Blandy <jimb@codesourcery.com>
* gdbint.texinfo (Prologue Analysis): New section.
@@ -9032,6 +9108,10 @@
* gdb.texinfo (General Query Packets): Fix texinfo compile warning and
error.
+2005-03-07 Joel Brobecker <brobecker@adacore.com>
+
+ * observer.texi (executable_changed): New observer.
+
2005-02-03 Kevin Buettner <kevinb@redhat.com>
* gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
@@ -9201,6 +9281,11 @@
* gdbint.texinfo (Host Definition): Delete description of
FCLOSE_PROVIDED and GETENV_PROVIDED.
+2004-08-11 Joel Brobecker <brobecker@gnat.com>
+
+ * gdbint.texinfo (Host Definition): Remove documentation for
+ USE_O_NOCTTY, no longer used.
+
2004-08-05 Mark Kettenis <kettenis@chello.nl>
* gdbint.texinfo (Host Definition): Delete description of
@@ -10175,6 +10260,10 @@
* gdbint.texinfo: Ditto.
* gdb.texinfo: Ditto.
+2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
+
+ * fdl.texi: Revert the last change.
+
2002-12-22 Mark Kettenis <kettenis@gnu.org>
* gdbint.texinfo (Target Architecture Definition): Update
@@ -10294,6 +10383,10 @@
* gdb.texinfo: Add character set documentation.
+2002-09-20 George Helffrich <george@gly.bris.ac.uk>
+
+ * gdb.texinfo: Document edit command.
+
2002-09-19 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
@@ -10493,6 +10586,10 @@
* gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
to ``Obsoleting code''. Revise.
+2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * gdbint.texinfo: Document new generic OS ABI framework.
+
2002-05-17 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (C Preprocessor Macros): New chapter.
@@ -10629,6 +10726,11 @@
* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
Remove reference to 3.12.
+2002-02-23 Paul Eggert <eggert@twinsun.com>
+
+ * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
+ POSIX 1003.1-2001 no longer allows "head -1".
+
2002-02-23 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo: Include fdl.texi.
@@ -10668,6 +10770,11 @@
'_ovly_debug_event', which allows GDB to keep better track
of overlays.
+2002-02-06 Richard Earnshaw <rearnsha@arm.com>
+
+ * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
+ (PRINT_FLOAT_INFO): Document it.
+
2002-02-03 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Memory Region Attributes): Fix the wording.
@@ -11495,6 +11602,10 @@ Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
* gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
+1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
+
1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
From Dmitry Sivachenko <demon@gpad.ac.ru>:
@@ -11599,6 +11710,10 @@ Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
* Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
* gdb.texinfo: Ditto.
+Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
+
+ * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
+
1999-08-06 Tom Tromey <tromey@cygnus.com>
* gdb.texinfo (KOD): New node.
@@ -11920,6 +12035,11 @@ Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
* gdb.texinfo, refcard.tex: Restore author credit
+Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
+
+ * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
+ are macros that take an single argument.
+
Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
* gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
@@ -12026,6 +12146,10 @@ Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (maintainer-clean): New target, synonym for
realclean.
+Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
+
+ * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
+
Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
* Update all FSF addresses except those in COPYING* files.
@@ -12878,6 +13002,17 @@ Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
* gdb.texinfo (Environment): Mention pitfall with .cshrc.
+Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
+
+ * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
+ Add PRINTF_HAS_LONG_LONG references.
+
+Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
+
+ * gdb.texinfo: Make node "Shell Commands" unconditional; describe
+ `set demangle-style arm' (not cfront); mention can type `q' to
+ discard output, when gdb pages.
+
Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
* gdbint.texinfo (new node Debugging GDB, elsewhere):
@@ -12934,6 +13069,10 @@ Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
* stabs.texinfo: Fixes about N_SO.
+Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
+
+ * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
+
Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo: include list of nonstandard init file names
@@ -12964,6 +13103,11 @@ Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
+Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
+
+ * stabs.texi: The `this' pointer is now known by the name
+ `this' instead of `$t'.
+
Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
@@ -13001,6 +13145,10 @@ Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
+Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
+
+ * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
+
Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo, gdbinv-s.texi: misc updates
@@ -13039,6 +13187,18 @@ Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
as well as Z8002.
+Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
+
+ * gdbint.texinfo (Host Conditionals): Remove
+ NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
+ MEM_FNS_DECLARED.
+ (Target Conditionals): Remove all of the above.
+
+Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
+
+ * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
+ Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
+
Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Add sections on clean design and on how to send
@@ -13048,6 +13208,10 @@ Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Add how to declare the result of make_cleanup.
+Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * gdbint.texinfo: nm.h now included in defs.h.
+
Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
* gdb.texinfo: Fix typo, reported by Karl Berry.
@@ -13056,11 +13220,38 @@ Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
* gdb.texinfo: Add opcodes dir to GDB distribution description.
+Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
+
+ * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
+
+Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
+
+ * gdbint.texinfo: Document obsolete STACK_END_ADDR.
+ (all @node commands): Use new form to avoid nitpicking errors.
+ * gdbint.texinfo: Document host/native/target split.
+
+Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
+
+ * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
+
+Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
+
+ * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
+
Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* gdbint.texinfo: fixed a stray email address (needs @@),
added @table @code to node "Native Conditionals"
+Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
+
+ * gdbint.texinfo: document a few more macros, create new section
+ for native macros.
+
+Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
+
+ * gdb.texinfo: Document command hooks.
+
Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Describe coding style of GDB.
@@ -13073,6 +13264,19 @@ Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Improve release doc slightly.
+Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
+
+ * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
+ for two new remote targets---29K using UDI, and Tandem ST2000
+ using STDBUG.
+
+ * all.m4, none.m4: new m4 switch, _ST2000__
+
+ * all.m4: turn on H8/300 stuff for generic manual
+
+ * gdbinv-s.m4.in: remove text on special procedures to continue
+ after explicit call to breakpoint() in serial stubs.
+
Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
* gdbint.texinfo: Improve doc of GDB config macros.
@@ -13082,6 +13286,15 @@ Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
* stabs.texinfo: Remove Bothner's changes for C++ nested types.
These will be reinserted when examined.
+Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
+
+ * gdb.texinfo: fix shameful error of agreement reported by
+ jimb@occs.cs.oberlin.edu (Jim Blandy)
+ * gdb.texinfo: remove old partial discussion of remote serial
+ protocol (via serial debug stubs)
+ * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
+ use of serial debug stubs
+
Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Make a start at documenting all the #if macros
@@ -13130,6 +13343,10 @@ Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
* gdbint.texinfo: Add section on partial symbol tables.
+Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
+
+ * gdb.texinfo: Document new am29k setting.
+
Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
* gdb.texinfo: document `set remotedebug' and `set