From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7123 invoked by alias); 17 Jun 2004 13:06:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7104 invoked from network); 17 Jun 2004 13:06:30 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 17 Jun 2004 13:06:30 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1Bawb6-0000mr-IQ; Thu, 17 Jun 2004 09:06:28 -0400 Date: Thu, 17 Jun 2004 13:06:00 -0000 From: Daniel Jacobowitz To: L P Cc: gdb@sources.redhat.com Subject: Re: Update sources for gdb without exiting Message-ID: <20040617130627.GA2934@nevyn.them.org> Mail-Followup-To: L P , gdb@sources.redhat.com References: <20040617064252.5DE5F4BDB1@ws1-1.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040617064252.5DE5F4BDB1@ws1-1.us4.outblaze.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00186.txt.bz2 On Thu, Jun 17, 2004 at 02:42:52PM +0800, L P wrote: > Hello, > I understand that this must be somewhere, I studied a lot of > docs, internet, etc. but still can not achieve the result: > I cross-develop and have the following in my .gdbinit: > > define o9 > set mpcbdm_adapter 2 > target mpcbdm 0 > add-symbol-file ./Debug/dtc Try replacing add-symbol-file with just "file". -- Daniel Jacobowitz