aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-04-16 14:27:50 +0000
committerEli Zaretskii <eliz@gnu.org>2005-04-16 14:27:50 +0000
commitc45da7e67cd2fbb32119ab6c743879eb9382b6f2 (patch)
tree0673a679cadcc63b5d28168165744feedc131ec6 /gdb/doc/ChangeLog
parentba04e0634017887daaa4174341f66771d4a4776c (diff)
downloadgdb-c45da7e67cd2fbb32119ab6c743879eb9382b6f2.zip
gdb-c45da7e67cd2fbb32119ab6c743879eb9382b6f2.tar.gz
gdb-c45da7e67cd2fbb32119ab6c743879eb9382b6f2.tar.bz2
(Debugging Output): Document "set/show debug
solib-frv". Fix "set/show debugvarobj". (Set Breaks): Add index entry for "hardware breakpoints". (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", and "set/show usehardbreakpoints". (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show monitor-prompt", "set/show monitor-warnings", "pmon". (ARM): Document "rdilogfile", "rdilogenable", "set/show rdiromatzero", "set/show rdiheartbeat". (PowerPC): Document SDS-specific commands "set/show sdstimeout", "sds". (Embedded Processors): Document the "sim" command. (Remote): Document the "remote" command. (DJGPP Native): Document the "info serial" command. (Threads): Document "maint info sol-threads". (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". (Set Breaks): Improve indexing. (Command Syntax): Add a reference to dont-repeat. (Define): Document "dont-repeat". (TUI Commands): Document "tabset". (WinCE): New subsection. Document "set/show remotedirectory", "set/show remoteupload", "set/show remoteaddhost".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index e66a415..f1ce497 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -16,12 +16,28 @@
(Symbols, The Print Command with Objective-C): Improve indexing.
(Objective-C): Add references to "info classes" and "info
selectors".
- (Debugging Output): Improve wording.
+ (Debugging Output): Improve wording. Document "set/show debug
+ solib-frv". Fix "set/show debugvarobj".
(Set Breaks): Add index entry for "hardware breakpoints".
(Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
and "set/show usehardbreakpoints".
(MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
monitor-prompt", "set/show monitor-warnings", "pmon".
+ (ARM): Document "rdilogfile", "rdilogenable", "set/show
+ rdiromatzero", "set/show rdiheartbeat".
+ (PowerPC): Document SDS-specific commands "set/show sdstimeout",
+ "sds".
+ (Embedded Processors): Document the "sim" command.
+ (Remote): Document the "remote" command.
+ (DJGPP Native): Document the "info serial" command.
+ (Threads): Document "maint info sol-threads".
+ (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
+ (Set Breaks): Improve indexing.
+ (Command Syntax): Add a reference to dont-repeat.
+ (Define): Document "dont-repeat".
+ (TUI Commands): Document "tabset".
+ (WinCE): New subsection. Document "set/show remotedirectory",
+ "set/show remoteupload", "set/show remoteaddhost".
2005-04-15 Eli Zaretskii <eliz@gnu.org>