Target remote mode fork and exec event documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 2b2ad5a41f76c5d933a181f4d95999b532d02cd3..ef3bdaae2bee96c6fcb74250b651491877721080 100644 (file)
@@ -1,4 +1,502 @@
-2015-03-03  Philippe Proulx  eeppeliteloop@gmail.com
+2015-12-11  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb.texinfo (Forks): Correct Linux kernel version where
+       fork and exec events are supported, add notes about support
+       of these events in target remote mode.
+       (Connecting): Reorganize and clarify distinctions between
+       target remote, extended-remote, and multiprocess.
+       Reorganize related text from separate sections into new
+       sections.
+       (Server): Note effects of target extended-remote mode.
+       Delete section on Multi-Process Mode for gdbserver.
+       Move some text to "Connecting" node.
+
+2015-12-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads): Replace warning with explanation
+       about single-threaded programs.
+
+2015-12-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Threads): Remove mention of SGI.
+       (Forks): Remove mention of HP-UX.
+       (Breakpoints): Remove mention of HP-UX.
+       (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
+       Reword in terms of architectures.
+       (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
+       mention supported systems.
+       (Convenience Vars): Don't mention HP-UX.
+       (Jumping): Remove mention of HP-UX in comment.
+       (Files) <shared libraries>: Update supported shared library types
+       list.  Remove mention of HP-UX.
+       (Native): Remove HP-UX subsection.
+       (SVR4 Process Information): Remove mention of HP-UX.
+
+2015-12-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Stack): Reorder menu.
+
+2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
+       -var-set-format's new zero-hexadecimal format.
+
+2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * gdb.texinfo (Ada Mode Into): Move overloading support
+       description to its own node.
+       (Overloading support for Ada): New node.
+
+2015-11-30  Pedro Alves  <palves@redhat.com>
+
+       PR 14618
+       * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
+       (Remote Configuration): Add the "set/show remote
+       no-resumed-stop-reply" to the available settings table.
+       (General Query Packets): Document the "no-resumed" qSupported
+       feature.
+
+2015-11-30  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): List "set/show remote
+       thread-events" command in configuration table.
+       (Stop Reply Packets): Document "T05 create" stop
+       reason and 'w' stop reply.
+       (General Query Packets): Document QThreadEvents packet.  Document
+       QThreadEvents qSupported feature.
+
+2015-11-30  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
+       anchor.
+       (Packets): Document vCtrlC.
+
+2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Thread List Format): Mention thread names.
+
+2015-11-24  Pedro Alves  <palves@redhat.com>
+
+       PR 17539
+       * gdb.texinfo (Inferiors and Programs): Adjust "maint info
+       program-spaces" example to ascending order listing.
+       (Threads): Adjust "info threads" example to ascending order
+       listing.
+       (Forks): Adjust "info inferiors" example to ascending order
+       listing.
+
+2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Document "record
+       instruction-history" modifiers.
+
+2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
+       description.
+       (Frame Filter Management): Move to later in the 'Examining the
+       Stack' chapter.
+       (Selection): Add entry for 'select-frame'.
+
+2015-09-25  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Process Record and Replay): Fix syntax of
+       "record instruction-history begin, end" and
+       "record function-call-history begin, end".
+
+2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Specifying Source Directories): Fix
+       substitute-path example.
+
+2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
+
+2015-09-15  Pedro Alves  <palves@redhat.com>
+
+       PR remote/18965
+       * gdb.texinfo (Stop Reply Packets): Revert previous change to
+       the vforkdone description.
+
+2015-09-15  Pedro Alves  <palves@redhat.com>
+
+       PR remote/18965
+       * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
+       part indicates the thread ID of the parent process.
+
+2015-09-15  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.texinfo (General Query Packets): Add vContSupported to
+       tables of 'gdbfeatures' and 'stub features' supported in the
+       qSupported packet, as well as to the list containing stub
+       feature details.
+
+2015-09-11  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb.texinfo (Remote Configuration): Add exec event
+       feature to table of packet settings.
+       (Stop Reply Packets): Add exec events to the list of stop
+       reasons.
+       (General Query Packets): Add exec events to tables of
+       'gdbfeatures' and 'stub features' supported in the qSupported
+       packet, as well as to the list containing stub feature
+       details.
+
+2015-08-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): Document the "set/show
+       remote multiprocess-extensions-packet" commands.
+
+2015-08-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
+       <M32R>: Remove references to M32R/D.
+       <M68K>: Remove references to target dbug.
+       <MIPS Embedded>: Remove references to target r3900 and target
+       array.
+       <PowerPC Embedded>: Remove references to target dink32 and target
+       ppcbug, target sds
+       <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
+
+2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
+
+2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
+
+2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Maintenance Commands): Move documentation of "main
+       info bfds" to...
+       (File Caching): A New section.  Outline bfd caching, and add new
+       description for "main set/show bfd-sharing".
+
+2015-08-14  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
+       disassembly.
+       (GDB/MI Data Manipulation): Update docs for new disassembly modes.
+
+2015-08-11  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
+       Use "location(s)"instead of "linespec(s)".
+       (Specifying a Location): Rewrite.
+       Add subsections describing linespec, address, and explicit locations.
+       Add node/menu for each subsection.
+       (Source and Machine Code, C Preprocessor Macros)
+       (Create and Delete Trace points)
+       (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
+       (Continuing at a Different Address): Remove "linespec" examples.
+       Add reference to "Specify a Location"
+       (The -break-insert Command): Rewrite.  Add anchor.
+       Add reference to appropriate manual section discussing locations.
+       (The -dprintf-insert Command): Refer to -break-insert for
+       specification of 'location'.
+
+2015-08-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint set/show
+       target-non-stop".
+
+2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Document prefixing of
+       speculatively executed instructions in the "record instruction-history"
+       command.
+
+2015-07-20  Doug Evans  <dje@google.com>
+
+       * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
+
+2015-07-16  Doug Evans  <dje@google.com>
+
+       * stabs.texinfo: @include gdb-cfg.texi.
+
+2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Revert the previous 2 commits:
+       gdbserver build-id attribute generator
+       Validate symbol file using build-id
+
+2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Files): Add 'set validate-build-id'
+       and 'show validate-build-id'.
+
+2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       gdbserver build-id attribute generator.
+       * gdb.texinfo (Library List Format for SVR4 Targets): Add
+       'build-id' in description, example, new attribute in dtd.
+
+2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Selection): Update documentation for 'frame'
+       command.
+
+2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint btrace"
+       commands.
+
+2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Spell out that variables
+       and registers are not available during btrace replay.
+       Describe the new "record btrace pt" command.
+       Describe the new "set|show record btrace pt buffer-size" options.
+       (General Query Packets): Describe the new Qbtrace:pt and
+       Qbtrace-conf:pt:size packets.
+       Expand "bts" to "Branch Trace Store".
+       Update the branch trace DTD.
+
+2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.texinfo (Command History): Document the new option
+       "history remove-duplicates".
+
+2015-06-19  Doug Evans  <dje@google.com>
+
+       * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
+       longer supported.
+
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.texinfo (Command History): Mention that setting
+       GDBHISTSIZE to the empty string disables history truncation.
+
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       PR gdb/16999
+       * gdb.texinfo (Command History): Mention new GDBHISTSIZE
+       behavior.
+
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
+       with GDBHISTSIZE.
+
+2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
+       bytes and memory units for -data-{read,write}-memory-bytes.
+       (Packets): Same for m, M and X packets.
+       * python.texi (Inferiors In Python): Same for read_memory and
+       write_memory.
+
+2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       * gdb.texinfo (Separate Debug Files): Document that PE is also
+       supported.
+
+2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
+       single table entry.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
+
+
+2015-06-10  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): Document the
+       "set/show remote hostio-setfs-packet" command.
+       (Host I/O Packets): Document the vFile:setfs packet.
+
+2015-06-10  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (Debugging Output): Document the "set/show debug
+       linux-namespaces" command.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+           Mircea Gherzan  <mircea.gherzan@intel.com>
+
+       * gdb.texinfo (i386): Add documentation about "show mpx bound"
+       and "set mpx bound".
+
+2015-05-27  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
+
+2015-05-26  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
+       command renamings.
+       (Maintenance Commands): Update for DWARF "set debug" command renamings.
+
+2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
+
+2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
+       (TUI Commands): Add 'tui enable' and 'tui disable' details.
+
+2015-05-16  Doug Evans  <xdje42@gmail.com>
+
+       * guile.texi (Memory Ports in Guile): Document support for unbuffered
+       memory ports.
+
+2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Compiling and Injecting Code): Add compile print.
+
+2015-05-12  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb.texinfo (Forks): Note that fork debugging is
+       supported in extended mode.
+       (Remote Configuration): Add fork event features to table
+       of packet settings.
+       (Stop Reply Packets): Add fork events to list of stop reasons.
+       (General Query Packets): Add fork events to tables of
+       'gdbfeatures' and 'stub features' supported in the qSupported
+       packet, as well as to the list containing stub feature
+       details.
+
+2015-05-12  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Document
+       qXfer:exec-file:read with empty annex.
+
+2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * python.texi (Values From Inferior): Add descriptions of new
+       methods gdb.Value.reference_value and gdb.Value.const_value.
+
+2015-05-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Files): Add "info dll" documentation.
+       (Cygwin Native): Remove "info dll" documentation.
+
+2015-04-29  Doug Evans  <dje@google.com>
+
+       * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
+       Document.
+       (Writing an Xmethod): Add get_result_type to example.
+
+2015-04-28  Sasha Smundak  <asmundak@google.com>
+
+       * python.texi: New method documented.
+
+2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
+       format.
+
+2015-04-24  Doug Evans  <dje@google.com>
+
+       * python.texi (Xmethods In Python): Fix name of method to call the
+       xmethod.
+
+2015-04-17  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (Connecting to a Remote Target): Mention that
+       GDB can access program files from remote targets that support
+       qXfer:exec-file:read and Host I/O packets.
+
+2015-04-17  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): Document the "set/show
+       remote pid-to-exec-file-packet" command.
+       (General Query Packets): Document the qXfer:exec-file:read
+       qSupported features.  Document the qXfer:exec-file:read packet.
+
+2015-04-17  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (set sysroot): Document that "set sysroot" also
+       applies to executable paths if supplied to GDB as absolute.
+
+2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Mode Options): Remove -xdb.
+
+2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Compiling and Injecting Code): Describe set debug
+       compile, show debug compile.  New subsection Compilation options for
+       the compile command.  New subsection Compiler search for the compile
+       command.
+
+2015-04-09  Andy Wingo  <wingo@igalia.com>
+
+       * guile.texi (Frames In Guile): Describe frame-read-register.
+
+2015-04-02  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (set sysroot): Document "target:".
+
+2015-04-01  Sasha Smundak  <asmundak@google.com>
+
+       * doc/python.texi (Writing a Frame Unwinder in Python): Add
+       section.
+
+2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR corefiles/16092
+       * gdb.texinfo (gcore): Mention new command 'set
+       use-coredump-filter'.
+       (set use-coredump-filter): Document new command.
+
+2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
+       documentation, reorder the info os entries in alphabetical order.
+
+2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
+       -data-write-memory-bytes.
+
+2015-03-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
+       mention that threads may sometimes run unlocked.
+
+2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
+
+       * gdb.texinfo (Remote configuration): Document "set/show
+       serial parity" command.
+
+2015-03-18  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Remove documentation
+       for now-removed vFile:fstat qSupported features.
+
+2015-03-11  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): Document the
+       "set/show remote hostio-fstat-packet" command.
+       (General Query Packets): Document the vFile:fstat
+       qSupported features.
+       (Host I/O Packets): Document the vFile:fstat packet.
+
+2015-03-11  Andy Wingo  <wingo@igalia.com>
+
+       * guile.texi (Objfiles In Guile): Document objfile-progspace.
+
+2015-03-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): Document the "set/show
+       remote swbreak-feature-packet" and "set/show remote
+       hwbreak-feature-packet" commands.
+       (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
+       decription.
+       (Stop Reply Packets): Document the swbreak and hwbreak stop
+       reasons.
+       (General Query Packets): Document the swbreak and hwbreak
+       qSupported features.
+       (Remote Non-Stop): Explain that swbreak and hwbreak are required.
+
+2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
 
        * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
        under *stopped.
 
 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
 
-        * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
-        constant.
+       * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
+       constant.
 
 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
 
 
 2012-12-23  Pierre Muller  <muller@sourceware.org>
 
-        * gdbint.texinfo (Function prototypes): Require use of "extern"
-        modifier for function prototypes in headers.
+       * gdbint.texinfo (Function prototypes): Require use of "extern"
+       modifier for function prototypes in headers.
 
 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
 
 
 2012-12-14  Tom Tromey  <tromey@redhat.com>
 
-        * gdb.texinfo (SVR4 Process Information): Mention core files.
+       * gdb.texinfo (SVR4 Process Information): Mention core files.
 
 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
-    
+
        * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
 
 2012-12-11  Pedro Alves  <palves@redhat.com>
        * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
 
 2012-09-21  Yao Qi  <yao@codesourcery.com>
-            Pedro Alves  <palves@redhat.com>
+           Pedro Alves  <palves@redhat.com>
 
        * gdb.texinfo (GDB/MI Async Records): Document notification
        'record-started' and 'record-stopped'.
        appropriate.
 
 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
-            Maciej W. Rozycki  <macro@codesourcery.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
 
        * gdb.texinfo (MIPS): Document "set mips compression" and "show
        mips compression".
        Mention condition-evaluation mode being shown in "info break".
        (Break Conditions): Add description for target-side
        conditional breakpoints.
-       (Remote Configuration): Mention conditional-breakpoints-packet. 
+       (Remote Configuration): Mention conditional-breakpoints-packet.
        (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
        cond-expr.
        (General Query Packets): Mention new ConditionalBreakpoint feature.
 
 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
 
-       * gdb.texinfo ((Frames In Python): Document 
+       * gdb.texinfo ((Frames In Python): Document
        gdb.FRAME_UNWIND_FIRST_ERROR contant.
 
 2011-10-26  Paul Koning  <paul_koning@dell.com>
 
        * gdb.texinfo (gdb.types): Document new deepitems function.
-       
+
 2011-10-25  Paul Koning  <paul_koning@dell.com>
 
        PR python/13327
-       
+
        * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
        fetch_lazy method.
 
 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
 
        PR python/13285 Document named constants for frame unwind stop reasons
-       * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* 
+       * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
        constants.
 
 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
        the syntax of Python.  Also put class and module names explicitly
        on function, member, and variable names, matching Python
        documentation conventions.
-       
+
 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
 
        PR Python/12692 Add gdb.selected_inferior() to Python interface.
 
 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
 
-        * gdb.texinfo (Prompt): Add set/show extended-prompt
-        documentation
-        (Basic Python): Add prompt_hook anchor.
-        (Python modules): Reword module text to reflect multiple modules.
-        (gdb.prompt): Document gdb.prompt module.
+       * gdb.texinfo (Prompt): Add set/show extended-prompt
+       documentation
+       (Basic Python): Add prompt_hook anchor.
+       (Python modules): Reword module text to reflect multiple modules.
+       (gdb.prompt): Document gdb.prompt module.
 
 2011-08-14  Yao Qi  <yao@codesourcery.com>
 
 
 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
 
-        PR python/12438
+       PR python/12438
        * gdb.texinfo (Python Commands): Add deprecate note to maint
-          set/show python print-stack.  Document set/show python
-          print-backtrace.
+         set/show python print-stack.  Document set/show python
+         print-backtrace.
 
 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
 
 
 2011-02-27  Michael Snyder  <msnyder@vmware.com>
 
-       * gdb.texinfo (Inferiors and Programs): Update commands to show 
+       * gdb.texinfo (Inferiors and Programs): Update commands to show
        that they can accept multiple arguments.
 
 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
 
 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
 
-        PR python/12199
+       PR python/12199
 
        * gdb.texinfo (Breakpoints In Python): Document "delete" method.
 
This page took 0.03535 seconds and 4 git commands to generate.