From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17432 invoked by alias); 9 May 2006 17:46:17 -0000 Received: (qmail 17410 invoked by uid 9203); 9 May 2006 17:46:17 -0000 Date: Tue, 09 May 2006 17:46:00 -0000 Message-ID: <20060509174617.17408.qmail@sourceware.org> From: drow@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog.csl Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00059.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: gdb-csl-symbian-20060226-branch Changes by: drow@sourceware.org 2006-05-09 17:46:17 Modified files: . : ChangeLog.csl Log message: * 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.1.12.26.2.9&r2=1.1.12.26.2.10