aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-06-09 19:25:15 +0000
committerTom Tromey <tromey@redhat.com>2008-06-09 19:25:15 +0000
commit37cd5d19fecc44f28d9b1f32146e53cdb19b5553 (patch)
treeb9ddb6767f777080c4466561077e0469d37f91dc /gdb/ChangeLog
parent7b3082352faa8596807f9f5ad038039aae615020 (diff)
downloadgdb-37cd5d19fecc44f28d9b1f32146e53cdb19b5553.zip
gdb-37cd5d19fecc44f28d9b1f32146e53cdb19b5553.tar.gz
gdb-37cd5d19fecc44f28d9b1f32146e53cdb19b5553.tar.bz2
gdb
* completer.c (complete_line): Don't special-case expression_completer. (expression_completer): Only pass last word to location_completer. * c-exp.y (yylex): Check 'token', not 'operator'. gdb/testsuite * gdb.base/completion.exp: New tests for field name completion with spaces, and field name completion with '->'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 89d6070..475d952 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-09 Tom Tromey <tromey@redhat.com>
+
+ * completer.c (complete_line): Don't special-case
+ expression_completer.
+ (expression_completer): Only pass last word to
+ location_completer.
+ * c-exp.y (yylex): Check 'token', not 'operator'.
+
2008-06-09 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac (build_warnings): Add -Wno-format for mingw.