diff options
author | Pedro Alves <palves@redhat.com> | 2008-12-31 01:34:10 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-12-31 01:34:10 +0000 |
commit | 3a031f650c8eea9f5b38fce3dc0b0c4f41cd358e (patch) | |
tree | 4eadb500393dfd9e5fbb66ca09d7bc29d355d294 /gdb/testsuite/ChangeLog | |
parent | c5d46bc6b9f2de4cf88b9379385cdae1b8f4e4d1 (diff) | |
download | gdb-3a031f650c8eea9f5b38fce3dc0b0c4f41cd358e.zip gdb-3a031f650c8eea9f5b38fce3dc0b0c4f41cd358e.tar.gz gdb-3a031f650c8eea9f5b38fce3dc0b0c4f41cd358e.tar.bz2 |
2008-12-31 Pedro Alves <pedro@codesourcery.com>
PR gdb/8812:
* infrun.c (handle_command): Don't print a header or notify the
target about signal changes if we didn't change any signal.
2008-12-31 Pedro Alves <pedro@codesourcery.com>
PR gdb/8812:
* gdb.base/signal.exp: Change kfail to fail, and update PR number.
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 6238652..5dab6d7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-12-31 Pedro Alves <pedro@codesourcery.com> + + PR gdb/8812: + * gdb.base/signal.exp: Change kfail to fail, and update PR number. + 2008-12-29 Pedro Alves <pedro@codesourcery.com> PR gdb/7536: |