diff options
author | Tom Tromey <tromey@redhat.com> | 2012-02-02 14:58:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-02-02 14:58:33 +0000 |
commit | f149aabd9635963a60436c536fdc56436b927fd4 (patch) | |
tree | c46d52c32297f85f4dfd9b228d811d88ff8f183a /gdb/ChangeLog | |
parent | facf03f2c394065666184d7d842e1488eaba355d (diff) | |
download | gdb-f149aabd9635963a60436c536fdc56436b927fd4.zip gdb-f149aabd9635963a60436c536fdc56436b927fd4.tar.gz gdb-f149aabd9635963a60436c536fdc56436b927fd4.tar.bz2 |
PR gdb/9307:
* symtab.c (lookup_language_this): Set block_found.
gdb/testsuite
* gdb.cp/dispcxx.exp: New file.
* gdb.cp/dispcxx.cc: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9ae098..4ca12dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-02-02 Tom Tromey <tromey@redhat.com> + + PR gdb/9307: + * symtab.c (lookup_language_this): Set block_found. + 2012-02-01 Tom Tromey <tromey@redhat.com> PR gdb/13431: |