diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-04-16 08:44:34 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-04-16 08:44:34 +0000 |
commit | 721c26519511d4f408a07144e5bf130fb15ed4b3 (patch) | |
tree | 7b027bab032fc92bbbc17995f253f37cda58cbfb /gdb/doc/ChangeLog | |
parent | 520494b6f8fa73701795b01b6f6cfcb5db2c371c (diff) | |
download | gdb-721c26519511d4f408a07144e5bf130fb15ed4b3.zip gdb-721c26519511d4f408a07144e5bf130fb15ed4b3.tar.gz gdb-721c26519511d4f408a07144e5bf130fb15ed4b3.tar.bz2 |
* gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
references changed. Add descriptgion of "info udot".
(Files): Document "set/show stop-on-solib-events".
(M32R/D): Document "set/show download-path", "set/show
board-address", "set/show server-address", "upload", "tload".
(Maintenance Commands): Improve indexing.
(Target Commands): Document "set/show hash", "set/show debug
monitor".
(SVR4 Process Information): Document "info pidlist" and "info
meminfo". Document "set/show procfs-tarce" and "set/show
procfs-file". Document "proc-trace-*" and "proc-untrace-*".
(Symbols, The Print Command with Objective-C): Improve indexing.
(Objective-C): Add references to "info classes" and "info
selectors".
(Debugging Output): Improve wording.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 95ff24d..45980e6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,21 @@ +2005-04-16 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all + references changed. Add descriptgion of "info udot". + (Files): Document "set/show stop-on-solib-events". + (M32R/D): Document "set/show download-path", "set/show + board-address", "set/show server-address", "upload", "tload". + (Maintenance Commands): Improve indexing. + (Target Commands): Document "set/show hash", "set/show debug + monitor". + (SVR4 Process Information): Document "info pidlist" and "info + meminfo". Document "set/show procfs-tarce" and "set/show + procfs-file". Document "proc-trace-*" and "proc-untrace-*". + (Symbols, The Print Command with Objective-C): Improve indexing. + (Objective-C): Add references to "info classes" and "info + selectors". + (Debugging Output): Improve wording. + 2005-04-15 Eli Zaretskii <eliz@gnu.org> * gdb.texinfo (Hurd Native): New subsection, documents @@ -16,6 +34,7 @@ print unwind". (Netrino): New subsection. Document "set/show debug nto-debug". (Super-H): New section. Document the "regs" command. + (Debugging Output): Document "set/show debug aix-thread". 2005-04-09 Eli Zaretskii <eliz@gnu.org> |