From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lpsc-mail.in2p3.fr (lpsc-mail.in2p3.fr [134.158.40.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 789C2DDF55 for ; Mon, 1 Sep 2008 23:16:18 +1000 (EST) Received: from LPSC0173W (lpsc0173w.in2p3.fr [134.158.40.173]) by lpsc-mail.in2p3.fr (8.13.1/8.13.1/In2p3) with SMTP id m81DGCWS027227 for ; Mon, 1 Sep 2008 15:16:12 +0200 Message-ID: <02d301c90c34$e7c1f2d0$ad289e86@LPSC0173W> From: "Guillaume Dargaud" To: Subject: gdb woes Date: Mon, 1 Sep 2008 15:16:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello all, I have some trouble when trying to use gdb to debug a custom app. That app crashes for no reason but always on the same spots (probably hardware related, it runs on homebrew ppc-based card). I've used gdb in the past, but always as part of 'bigger' IDEs. So I run "gdb myapp" locally on the card and I get the prompt. Then I "run" it and I get dumped back to bash, but a "ps" shows that the app is still running... Anybody has a clue to what I can do about this ? Is there something wrong with my gdb (it's compiled as part of buildroot, like the rest of the OS) ? -- Guillaume Dargaud http://www.gdargaud.net/