From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26279 invoked by alias); 26 Sep 2006 14:05:16 -0000 Received: (qmail 26271 invoked by uid 22791); 26 Sep 2006 14:05:16 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Sep 2006 14:05:04 +0000 Received: by nf-out-0910.google.com with SMTP id k26so235098nfc for ; Tue, 26 Sep 2006 07:05:02 -0700 (PDT) Received: by 10.48.230.18 with SMTP id c18mr1051664nfh; Tue, 26 Sep 2006 07:05:02 -0700 (PDT) Received: from ?87.6.110.55? ( [87.6.110.55]) by mx.gmail.com with ESMTP id z73sm1396352nfb.2006.09.26.07.05.01; Tue, 26 Sep 2006 07:05:01 -0700 (PDT) Message-ID: <45193401.7000502@gmail.com> Date: Tue, 26 Sep 2006 14:05:00 -0000 From: Carmelo Amoroso Reply-To: carmelo73@gmail.com User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: gdb@sourceware.org Subject: howto debug libthread_db Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00150.txt.bz2 Hi All, I'm trying to debug a simple multithread application on a remote target, and I like to debug the libthread_db itself... is it possible to do it? is it possible to set some breakpoints and stepping through? Is there anyone already played with it? I tried to use symbol-file to gdb client, and I successfully added a breakpoint, but I cannot reach it after I connected to the target and issued 'continue'. Any help will be appreciated Thanks, Carmelo