]> Git Repo - binutils.git/blobdiff - gdb/doc/ChangeLog
Add new GDB command "maint print user-registers"
[binutils.git] / gdb / doc / ChangeLog
index 7d8ebb89e86c4c1d1f22ad8ccbaecac582fcff47..b8152df282d6ba165fb81060e5941366937a5ea0 100644 (file)
@@ -1,3 +1,245 @@
+2014-12-12  Andreas Arnez  <[email protected]>
+
+       * gdb.texinfo: Document "maint print user-registers".
+
+2014-12-08  Doug Evans  <[email protected]>
+
+       * python.texi (Objfiles In Python): Document Objfile.owner.
+
+2014-12-04  Doug Evans  <[email protected]>
+
+       * python.texi (Objfiles In Python): Document
+       Objfile.add_separate_debug_file.
+
+2014-12-04  Doug Evans  <[email protected]>
+
+       * python.texi (Objfiles In Python): Document Objfile.build_id.
+
+2014-12-02  Nick Bull  <[email protected]>
+
+       * python.texi (Events In Python): Document new events
+       InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
+       and RegisterChangedEvent.
+
+2014-11-30  Jan Kratochvil  <[email protected]>
+
+       Add add-auto-load-scripts-directory.
+       * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
+       (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
+
+2014-11-30  Jan Kratochvil  <[email protected]>
+
+       * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
+       description typo.
+
+2014-10-30  Doug Evans  <[email protected]>
+
+       * python.texi (Progspaces In Python): Document ability to add
+       random attributes to gdb.Progspace objects.
+       (Objfiles In Python): Document ability to add random attributes to
+       gdb.objfile objects.
+
+2014-10-27  Pedro Alves  <[email protected]>
+
+       * gdb.texinfo (Continuing and Stepping): Add cross reference to
+       info on stepping and signal handlers.
+       (Signals): Explain stepping and signal handlers.  Add context
+       index entry, and cross references.
+
+2014-10-20  Simon Marchi  <[email protected]>
+
+       * python.texi (Breakpoints In Python): Add parenthesis after
+       Breakpoint.delete.  Clarify Breakpoint.enabled description so
+       that it contains "disable".
+
+2014-10-17  Doug Evans  <[email protected]>
+
+       * python.texi (Events In Python): Document clear_objfiles event.
+
+2014-10-17  Doug Evans  <[email protected]>
+
+       * python.texi (Objfiles In Python): Document new progspace attribute.
+
+2014-10-17  Pedro Alves  <[email protected]>
+
+       * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
+       (SVR4 Process Information): Delete mention of OSF/1.
+
+2014-10-01  Simon Marchi  <[email protected]>
+
+       * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
+       exit-code field in -list-thread-groups output.
+
+2014-09-22  Jan-Benedict Glaw  <[email protected]>
+
+       * gdb.texinfo (Set Breaks): Add missing "@end table".
+
+2014-09-22  Pedro Alves  <[email protected]>
+
+       * gdb.texinfo (Set Breaks): Document that "set breakpoint
+       always-inserted off" is the default mode now.  Delete
+       documentation of "set breakpoint always-inserted auto".
+
+2014-09-18  Doug Evans  <[email protected]>
+
+       * python.texi (Symbol Tables In Python): Document "producer"
+       attribute of gdb.Symtab objects.
+
+2014-09-16  Pedro Alves  <[email protected]>
+
+       * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
+       (Embedded OS): Remove VxWorks menu entry.
+       (VxWorks): Remove node.
+
+2014-09-13  Doug Evans  <[email protected]>
+
+       * gdb.texinfo (Signaling): Document new queue-signal command.
+
+2014-09-06  Doug Evans  <[email protected]>
+
+       PR 15276
+       * gdb.texinfo (Convenience Funs): Document $_caller_is,
+       $_caller_matches, $_any_caller_is, $_any_caller_matches.
+
+2014-09-03  Justin Lebar <[email protected]>
+
+       * python.texi (Types In Python): Type.template_argument(n) returns a
+       gdb.Value or a gdb.Type and throws an exception if n is out of
+       range.
+
+2014-09-03  Sasha Smundak  <[email protected]>
+
+       * python.texi (Frames in Python): Add read_register description.
+
+2014-08-04  Tom Tromey  <[email protected]>
+
+       * gdb.texinfo (Debugging Output): Update for change to "set debug
+       target".
+
+2014-08-01  Masaki Muranaka  <[email protected]>
+
+       Pushed by Joel Brobecker  <[email protected]>.
+       * Makefile.in (transform): New variable.
+       (install-man1, install-man5): Apply $(transform) to man file names.
+
+2014-07-26  Doug Evans  <[email protected]>
+
+       PR guile/17177
+       * guile.texi (Guile Pretty Printing API): Fix typo.
+       Document set-pretty-printers!, pretty-printers.
+       (Selecting Guile Pretty-Printers): Update.
+       Mention program-space based pretty-printers.
+
+2014-07-25  Pedro Alves  <[email protected]>
+           Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Signaling) <signal command>: Explain what happens
+       with multi-threaded programs.
+
+2014-06-27  Yao Qi  <[email protected]>
+
+       * gdb.texinfo (Maintenance Commands): Update the output of
+       'maint print dummy-frames' command.
+
+2014-06-24  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Screen Size): Improve indexing.
+
+2014-06-19  Gary Benson  <[email protected]>
+
+       * gdb.texinfo (Maintenance Commands): Document new
+       "maint set/show catch-demangler-crashes" option.
+
+2014-06-19  Gary Benson  <[email protected]>
+
+       * gdb.texinfo (Maintenance Commands): Document new
+       "maint demangler-warning" command and new
+       "maint set/show demangler-warning" option.
+
+2014-06-09  Siva Chandra Reddy  <[email protected]>
+
+       * python.texi (Xmethod API): Add space before the opening
+       parenthesis in function descriptions.
+
+2014-06-06  Doug Evans  <[email protected]>
+
+       * guile.texi (Guile Configuration): Document guile-data-directory.
+
+2014-06-06  Mingjie Xing  <[email protected]>
+
+       * gdb.texinfo (Invoking GDB): Add -q and --quiet.
+
+2014-06-04  Doug Evans  <[email protected]>
+
+       * guile.texi (Breakpoints In Guile): Update.
+
+2014-06-03  Joel Brobecker  <[email protected]>
+
+       * python.texi (Xmethod API): Fix reference to "Progspaces In
+       Python".
+
+2014-06-03  Siva Chandra Reddy  <[email protected]>
+
+       *  python.texi (Xmethods In Python, XMethod API)
+       (Writing an Xmethod): New nodes.
+       (Python API): New menu entries "Xmethods In Python",
+       "Xmethod API", "Writing an Xmethod".
+
+2014-06-02  Doug Evans  <[email protected]>
+
+       * guile.texi (Guile API): Add entry for Parameters In Guile.
+       (GDB Scheme Data Types): Mention <gdb:parameter> object.
+       (Parameters In Guile): New node.
+
+2014-06-02  Doug Evans  <[email protected]>
+
+       * guile.texi (Guile API): Add entry for Commands In Guile.
+       (Basic Guile) <parse-and-eval>: Add reference.
+       (Basic Guile) <string->argv>: Move definition to Commands In Guile.
+       (GDB Scheme Data Types): Mention <gdb:command> object.
+       (Commands In Guile): New node.
+
+2014-06-02  Doug Evans  <[email protected]>
+
+       * guile.texi (Guile API): Add entry for Progspaces In Guile.
+       (GDB Scheme Data Types): Mention <gdb:progspace> object.
+       (Progspaces In Guile): New node.
+
+2014-05-30  Andrew Burgess  <[email protected]>
+
+       * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
+       * python.texi (Frames In Python): Mention
+       gdb.FRAME_UNWIND_MEMORY_ERROR.
+
+2014-05-29  Pedro Alves  <[email protected]>
+           Tom Tromey  <[email protected]>
+
+       * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
+       from example.
+       (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
+       Mention that target-async is now deprecated.
+       (Maintenance Commands): Document maint set/show target-async.
+
+2014-05-29  Pedro Alves  <[email protected]>
+
+       * observer.texi (sync_execution_done, command_error): New
+       subjects.
+
+2014-05-29  Pedro Alves  <[email protected]>
+
+       PR gdb/13860
+       * observer.texi (signal_received, end_stepping_range)
+       (signal_exited, exited, no_history): New observer subjects.
+
+2014-05-26  Andy Wingo  <[email protected]>
+
+       * guile.texi (GDB Scheme Data Types): Remove documentation for
+       removed interfaces.  Update spelling of gdb-object-kind.
+
+2014-05-26  Andy Wingo  <[email protected]>
+
+       * guile.texi (Basic Guile): Fix some typos.
+
 2014-05-26  Andy Wingo  <[email protected]>
 
        * guile.texi (Writing a Guile Pretty-Printer)
This page took 0.033268 seconds and 4 git commands to generate.