diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-18 07:28:34 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-18 07:28:34 +0000 |
commit | c86cf029308edd78d12d1bb67a1d4ae1c14a9155 (patch) | |
tree | 8bbde8319811ab5834de6e902c8be4e3bcfd42b4 /gdb/testsuite/gdb.mi/mi-nonstop.exp | |
parent | 62f59e66f8f3df327032d365d24884c69f79e759 (diff) | |
download | gdb-c86cf029308edd78d12d1bb67a1d4ae1c14a9155.zip gdb-c86cf029308edd78d12d1bb67a1d4ae1c14a9155.tar.gz gdb-c86cf029308edd78d12d1bb67a1d4ae1c14a9155.tar.bz2 |
* mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
(mi_interpreter_init): Register the above.
* solib.c (clear_solib): Notify solib unload.
* breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
disable breakpoints on a.out targets.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-nonstop.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nonstop.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nonstop.exp b/gdb/testsuite/gdb.mi/mi-nonstop.exp index 2521ae5..08952b0 100644 --- a/gdb/testsuite/gdb.mi/mi-nonstop.exp +++ b/gdb/testsuite/gdb.mi/mi-nonstop.exp @@ -63,7 +63,7 @@ mi_gdb_test "200-break-insert -t main" ".*" set created "=thread-created,id=\"$decimal\"\r\n" set running "\\*running,thread-id=\"$decimal\"\r\n" -set notifs "($created)*($running)*" +set notifs "($created)*($running)*($library_loaded_re)*" # Note: presently, we skip this test on non-native targets, # so 'run' is OK. As soon as we start to run this on remote |