diff options
author | Mircea Gherzan <mgherzan@sourceware.org> | 2012-12-12 21:25:09 +0000 |
---|---|---|
committer | Mircea Gherzan <mgherzan@sourceware.org> | 2012-12-12 21:25:09 +0000 |
commit | ca3dbcc867db23528da2f61e82d720c547159fed (patch) | |
tree | afbfc75f9f394dd3290ad67c7a8a3182ff37d2d3 /gdb/testsuite/ChangeLog | |
parent | 3fa7bf069226d867d6400552c55d5a838a5f0f20 (diff) | |
download | gdb-ca3dbcc867db23528da2f61e82d720c547159fed.zip gdb-ca3dbcc867db23528da2f61e82d720c547159fed.tar.gz gdb-ca3dbcc867db23528da2f61e82d720c547159fed.tar.bz2 |
MI: tests for -catch-load/-catch-unload
Added basic MI tests for the -catch-load and
-catch-unload MI commands.
2012-11-19 Keven Boell <keven.boell@intel.com>
gdb/testsuite:
* gdb.mi/mi-catch-load-so.c: New. Clone of the
catch load test library source file.
* gdb.mi/mi-catch-load.c: New. Clone of the catch
load test source file.
* gdb.mi/mi-catch-load.exp: New. Test file for
basic MI -catch-load and -catch-unload tests.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0673bab..db19fbd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2012-12-12 Keven Boell <keven.boell@intel.com> + + * gdb.mi/mi-catch-load-so.c: New. Clone of the + catch load test library source file. + * gdb.mi/mi-catch-load.c: New. Clone of the catch + load test source file. + * gdb.mi/mi-catch-load.exp: New. Test file for + basic MI -catch-load and -catch-unload tests. + 2012-12-11 Paul Koning <paul_koning@dell.com> * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag |