diff options
author | Keith Seitz <keiths@redhat.com> | 2009-09-21 19:46:43 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2009-09-21 19:46:43 +0000 |
commit | 1290797801825ff96506c8197d301b60154c3250 (patch) | |
tree | f67a841cbe9ea0494e161fc4f3522abc7fa758ab /gdb/ChangeLog | |
parent | 11ef0d76ab7ca2b103955a98af4aa0eb7dbf74ab (diff) | |
download | gdb-1290797801825ff96506c8197d301b60154c3250.zip gdb-1290797801825ff96506c8197d301b60154c3250.tar.gz gdb-1290797801825ff96506c8197d301b60154c3250.tar.bz2 |
* cp-support.h (cp_validate_operator): Declare new function.
* cp-support.c (cp_validate_operator): New function.
* linespec.c (decode_compound): For C++ check for a valid operator.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f9a865e..63f0ca4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-09-18 Keith Seitz <keiths@redhat.com> + + * cp-support.h (cp_validate_operator): Declare new function. + * cp-support.c (cp_validate_operator): New function. + * linespec.c (decode_compound): For C++ check for a valid operator. + 2009-09-21 Keith Seitz <keiths@redhat.com> * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding |