diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 25154c6..aa5422b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2016-03-15 Don Breazeal <donb@codesourcery.com> + + * gdb.cp/scope-err.cc: New test program. + * gdb.cp/scope-err.exp: New test script. + * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple + lines and "set breakpoint here" comment. + * gdb.linespec/ls-errs.exp: Added C++ testing and new test case. + Fixed some whitespace and format issues. + * gdb.mi/mi-linespec-err-cp.cc: New test program. + * gdb.mi/mi-linespec-err-cp.exp: New test script. + 2016-03-15 Doug Evans <dje@google.com> * gdb.xml/extra-regs.xml: Add enum, mixed_flags values. |