diff options
author | Daniel Jacobowitz <drow@false.org> | 2010-02-16 20:51:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2010-02-16 20:51:51 +0000 |
commit | 791dfb6488c972e2352ff5c3b4aa5659ce476136 (patch) | |
tree | 8df2dc07b5461cf5d0868edfe205d1538e5e695f /gdb/ChangeLog | |
parent | 14d1346bd3b6fc51d1144d2060ee1e6822341c5d (diff) | |
download | gdb-791dfb6488c972e2352ff5c3b4aa5659ce476136.zip gdb-791dfb6488c972e2352ff5c3b4aa5659ce476136.tar.gz gdb-791dfb6488c972e2352ff5c3b4aa5659ce476136.tar.bz2 |
gdb/
* linespec.c (decode_line_1): Handle FILE:FUNCTION even if
FUNCTION contains parentheses. Improve removal of a trailing
single quote.
gdb/testsuite/
* gdb.base/list.exp (test_list_filename_and_function): Add test
with single quotes.
* gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
matching.
* gdb.cp/overload.exp: Add tests with filename, function, and quotes.
Add KFAIL'd tests for PR gdb/11289.
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 564983b..d7d71fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com> + * linespec.c (decode_line_1): Handle FILE:FUNCTION even if + FUNCTION contains parentheses. Improve removal of a trailing + single quote. + +2010-02-16 Daniel Jacobowitz <dan@codesourcery.com> + * gcore.c (do_bfd_delete_cleanup): New function. (gcore_command): Use it. Discard the cleanup after success. (gcore_copy_callback): Delete dead code. |