diff options
author | Pedro Alves <palves@redhat.com> | 2008-08-20 11:47:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-08-20 11:47:57 +0000 |
commit | b96e292732664fd8c63970ca11c3a9ac92f60ff9 (patch) | |
tree | fd77c1bc06b3746813e801d7beed7e6158fa6277 /gdb/testsuite/ChangeLog | |
parent | f1f6aadf8c572a21149a59d65adc49f2df5feeb6 (diff) | |
download | gdb-b96e292732664fd8c63970ca11c3a9ac92f60ff9.zip gdb-b96e292732664fd8c63970ca11c3a9ac92f60ff9.tar.gz gdb-b96e292732664fd8c63970ca11c3a9ac92f60ff9.tar.bz2 |
gdb/
* linespec.c (symtab_from_filename): Also throw NOT_FOUND_ERROR if
there are no symbols loaded, instead of throwing a generic error.
(decode_variable): Likewise.
gdb/testsuite/
* gdb.base/pending.exp: Test pending breakpoints without symbols
loaded.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8d7b7ff..110832d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-08-20 Pedro Alves <pedro@codesourcery.com> + + * gdb.base/pending.exp: Test pending breakpoints without symbols + loaded. + 2008-08-19 Vladimir Prus <vladimir@codesourcery.com> * lib/mi-support.exp (mi_expect_stop): Produce |