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 9a7cf88..eac803a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2015-08-18 Doug Evans <dje@google.com> + Adrian Sendroiu <adrian.sendroiu@freescale.com> + + * lib/gdb.exp (skip_python_tests_prompt): Renamed from + skip_python_tests. New arg prompt_regexp. + (skip_python_tests): New function. + * lib/mi-support.exp (mi_skip_python_tests): New function. + * gdb.python/py-mi-objfile-gdb.py: New file. + * gdb.python/py-mi-objfile.c: New file. + * gdb.python/py-mi-objfile.exp: New file. + 2015-08-17 Keith Seitz <keiths@redhat.com> * gdb.linespec/explicit.exp: Move strace test from here ... |