aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-07-01 12:34:30 +0000
committerEli Zaretskii <eliz@gnu.org>2006-07-01 12:34:30 +0000
commit594fe32349fa282dc2f49a095361a292cc4c28f2 (patch)
tree4849e5f7b7bccb0ddab87473620e240f9c8dfe8b /gdb/doc/ChangeLog
parente41ad213e26b4b23c9642c0a1101e9ed0af60aa9 (diff)
downloadgdb-594fe32349fa282dc2f49a095361a292cc4c28f2.zip
gdb-594fe32349fa282dc2f49a095361a292cc4c28f2.tar.gz
gdb-594fe32349fa282dc2f49a095361a292cc4c28f2.tar.bz2
* gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
(GDB/MI Breakpoint Commands, GDB/MI Program Context) (GDB/MI Thread Commands, GDB/MI Program Execution) (GDB/MI Stack Manipulation, GDB/MI Variable Objects) (GDB/MI Data Manipulation, GDB/MI Symbol Query) (GDB/MI File Commands, GDB/MI Target Manipulation) (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), since the MI prompt is hard-wired into the code.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ead89bd..01b6de6 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,14 @@
+2006-07-01 Eli Zaretskii <eliz@gnu.org>
+
+ * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
+ (GDB/MI Breakpoint Commands, GDB/MI Program Context)
+ (GDB/MI Thread Commands, GDB/MI Program Execution)
+ (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
+ (GDB/MI Data Manipulation, GDB/MI Symbol Query)
+ (GDB/MI File Commands, GDB/MI Target Manipulation)
+ (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
+ since the MI prompt is hard-wired into the code.
+
2006-07-01 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.