]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* gdb/bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
authorDaniel Jacobowitz <drow@false.org>
Tue, 9 May 2006 17:46:17 +0000 (17:46 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 9 May 2006 17:46:17 +0000 (17:46 +0000)
commit4923699afb03ad6fef9a06b5aac99b8cc7fe9a18
treede40e2d0123ac9d1f570f2afcc03cda2e56f7805
parent62ceabe675918c1302eed696ad1989e60f0ee908
* gdb/bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
from_tty.
* gdb/remote.c (remote_get_shared_libraries): Don't call solib_add.
* gdb/solib.c: Include "exceptions.h".
(solib_map_sections): Throw NOT_FOUND_ERROR if appropriate.
(symbol_add_stub): Delete.
(solib_read_symbols): Use TRY_CATCH.  Inline symbol_add_stub.
Use current from_tty, not a copy from the so_list.  Don't warn
a second time for a missing library.
(update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Print
out a single warning for all missing libraries.
* gdb/solist.h (struct so_list): Remove from_tty.
* gdb/Makefile.in (solib.o): Update.
ChangeLog.csl
gdb/Makefile.in
gdb/bsd-uthread.c
gdb/remote.c
gdb/solib.c
gdb/solist.h