diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-04-22 16:32:43 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-04-22 16:32:43 +0000 |
commit | 4c374409953d70028b6835c6b8fef1259fd67d84 (patch) | |
tree | 60d2c7c66aa1b347616275da2a2588c435584781 /gdb/doc/ChangeLog | |
parent | 9c9c98a59d2d8ea162795999bcf6aa0c04146c79 (diff) | |
download | gdb-4c374409953d70028b6835c6b8fef1259fd67d84.zip gdb-4c374409953d70028b6835c6b8fef1259fd67d84.tar.gz gdb-4c374409953d70028b6835c6b8fef1259fd67d84.tar.bz2 |
gdb/doc/
* gdb.texinfo (Data): New @menu reference to Pretty Printing.
(Python API): Change the reference to Pretty Printing API.
(Pretty Printing): Move the user part under the Data node. Reformat
the sample output to 72 columns. Create a new reference to Pretty
Printing API. Rename the API part ...
(Pretty Printing API): To a new node name.
(Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
(GDB/MI Variable Objects): Change references to Pretty Printing API.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 69961ff..268f3a7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,14 @@ +2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.texinfo (Data): New @menu reference to Pretty Printing. + (Python API): Change the reference to Pretty Printing API. + (Pretty Printing): Move the user part under the Data node. Reformat + the sample output to 72 columns. Create a new reference to Pretty + Printing API. Rename the API part ... + (Pretty Printing API): To a new node name. + (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python) + (GDB/MI Variable Objects): Change references to Pretty Printing API. + 2010-04-21 Stan Shebs <stan@codesourcery.com> * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions |