aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-02-10 18:57:21 +0000
committerTom Tromey <tromey@redhat.com>2010-02-10 18:57:21 +0000
commit92981e24467c4247c8bf16780cac90b340c0a4c2 (patch)
tree2d06fe7a6dc3736da642110496f8417d85b4a28c /gdb/doc/ChangeLog
parent9fd3625f79a17480dd4017136edf4f9a21e834df (diff)
downloadgdb-92981e24467c4247c8bf16780cac90b340c0a4c2.zip
gdb-92981e24467c4247c8bf16780cac90b340c0a4c2.tar.gz
gdb-92981e24467c4247c8bf16780cac90b340c0a4c2.tar.bz2
gdb
* parser-defs.h (parser_debug): Declare. * parse.c (_initialize_parse): Install "debug parser" set/show command. (parser_debug): New global. (show_parserdebug): New function. * c-exp.y (c_parse): Set yydebug. gdb/testsuite * gdb.texinfo (Debugging Output): Document set debug parser and show debug parser.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index dbd12df..b5bef2f 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-10 Tom Tromey <tromey@redhat.com>
+
+ * gdb.texinfo (Debugging Output): Document set debug parser and
+ show debug parser.
+
2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
* gdb.texinfo (Predefined Target Types): Add i387_ext,