From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20787 invoked by alias); 31 Aug 2006 22:54:50 -0000 Received: (qmail 20779 invoked by uid 22791); 31 Aug 2006 22:54:50 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Aug 2006 22:54:48 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 4A32426D6C; Thu, 31 Aug 2006 15:54:47 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23160-05-9; Thu, 31 Aug 2006 15:54:46 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 70A5426D68; Thu, 31 Aug 2006 15:54:46 -0700 (PDT) Received: from 192.168.92.59 ([192.168.92.59]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Thu, 31 Aug 2006 22:54:45 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 31 Aug 2006 15:54:45 -0700 Subject: Re: Debugging GDB with GDB From: Michael Snyder To: Andreas Schwab Cc: Rajesh Warange , gdb@sourceware.org In-Reply-To: References: <1157046205.4466.7.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 31 Aug 2006 22:54:00 -0000 Message-Id: <1157064884.4466.53.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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-08/txt/msg00294.txt.bz2 On Thu, 2006-08-31 at 23:24 +0200, Andreas Schwab wrote: > Michael Snyder writes: > > > 1) The "set prompt" command changes the gdb prompt. > > The .gdbinit in the gdb build directory does that already. Yup. But Rajesh's log didn't show it happening, so I'm guessing he either didn't run from that directory, or used "-nx" (as I often do).