Add Rust documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 3255fc3d5937d01dd237a738c9c698b518f7a06b..fe2e3be090759d3d6fbc298c6a965f4320963cad 100644 (file)
@@ -1,3 +1,160 @@
+2016-05-17  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
+       (Rust): New node.
+
+2016-05-17  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint selftest".
+
+2016-04-27  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.texinfo (tfind): Complete doc about tfind without
+       argument.
+
+2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * agentexpr.texi (byte): Fix zero_ext description.
+
+2016-03-31  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (M32R/SDI): Delete node.
+       (MIPS Embedded): Remove references to the MIPS remote debugging
+       protocol, PMON and variants, and the associated commands.
+
+2016-03-15  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
+       (Target Description Format): Mention enum types.  Update docs on
+       flags types.
+       (Predefined Target Types): Add "bool".
+       (Enum Target Types): New node.
+
+2016-03-15  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Tracepoint Actions): Fix typo.
+
+2016-03-15  Pedro Alves  <palves@redhat.com>
+           Andreas Arnez  <arnez@linux.vnet.ibm.com>
+           Marcin Kościelnicki  <koriakin@0x04.net>
+
+       * gdb.texinfo (Tracepoint Actions): Document possible
+       unreliability of '$_ret'.
+
+2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Symbols): Document new 'maint info line-table'
+       command.
+
+2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.texinfo (Convenience Functions): Document $_as_string.
+
+2016-02-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Skipping Over Functions and Files): Document new
+       options to "skip" command.  Update docs of output of "info skip".
+
+2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.texinfo (Signals): Add bound violation display hints for
+       a SIGSEGV.
+
+2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
+
+       * gdb.texinfo (Trace File Format): Add documentation for description
+       section lines.
+
+2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
+
+       * gdb.texinfo (Trace File Format): Remove misleading information
+       about register block ordering.
+
+2016-02-01  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Value Sizes): Fix typo.
+
+2016-02-01  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
+
+2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Value Sizes): New section.
+       (Data): Add the 'Value Sizes' node to the menu.
+
+2016-01-26  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
+
+2016-01-19  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
+
+2016-01-18  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads): Mention that GDB displays the ID and name
+       of the thread that hit a breakpoint or received a signal.
+
+2016-01-15  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads): Document the $_gthread convenience
+       variable.
+       (Convenience Vars): Likewise.
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads): Document "info threads -gid".
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
+       anchor.
+       (Threads In Python): Document new InferiorThread.global_num
+       attribute.
+
+2016-01-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads): Document per-inferior thread IDs,
+       qualified thread IDs, global thread IDs and thread ID lists.
+       (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
+       thread IDs.
+       (Convenience Vars): Document the $_thread convenience variable.
+       (Ada Tasks): Adjust to refer to thread IDs.
+       (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
+       Commands, GDB/MI Variable Objects): Update to mention global
+       thread IDs.
+       * guile.texi (Breakpoints In Guile)
+       <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
+       global thread IDs instead of thread IDs.
+       * python.texi (Threads In Python): Adjust documentation of
+       InferiorThread.num.
+       (Breakpoint.thread): Mention global thread IDs instead of thread
+       IDs.
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * python.texi (Threads In Python): Document
+       InferiorThread.inferior.
+
+2016-01-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Inferiors and Programs): Document the $_inferior
+       convenience variable.
+       (Convenience Vars): Likewise.
+
+2016-01-12  Josh Stone  <jistone@redhat.com>
+           Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
+       (Stop Reply Packets): List the syscall entry and return stop reasons.
+       (General Query Packets): Describe QCatchSyscalls, and add it to the
+       table and the detailed list of stub features.
+
 2016-01-12  Pedro Alves  <palves@redhat.com>
 
        Remove use of the registered trademark symbol throughout.
This page took 0.027222 seconds and 4 git commands to generate.