From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11953 invoked by alias); 15 Aug 2008 18:27:30 -0000 Received: (qmail 11945 invoked by uid 22791); 15 Aug 2008 18:27:30 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.251) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Aug 2008 18:26:58 +0000 Received: by rv-out-0708.google.com with SMTP id b17so1005512rvf.48 for ; Fri, 15 Aug 2008 11:26:56 -0700 (PDT) Received: by 10.140.127.13 with SMTP id z13mr1696675rvc.194.1218824816113; Fri, 15 Aug 2008 11:26:56 -0700 (PDT) Received: by 10.140.147.17 with HTTP; Fri, 15 Aug 2008 11:26:56 -0700 (PDT) Message-ID: Date: Sat, 16 Aug 2008 14:46:00 -0000 From: "Guillaume Laferriere" To: gdb@sourceware.org Subject: Question: How to load automatically all libraries of a back trace. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00193.txt.bz2 I'm debugging an application that has a lot of shared libraries so I always have to run with auto-solib-add turned off. When I get back trace I always need to go through the process of running manually "bt" then "shared-library libMyLib.so" until I get the full valid back trace. Is there a way to automate that process? Maybe using a user command that does it for me. Is there someone that already did that? Thanks in advance for the help, Guillaume Laferriere