From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27032 invoked by alias); 14 May 2008 11:39:53 -0000 Received: (qmail 27024 invoked by uid 22791); 14 May 2008 11:39:53 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 May 2008 11:39:33 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CC1FC983FA; Wed, 14 May 2008 11:39:31 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A5CA7983F9; Wed, 14 May 2008 11:39:31 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JwFKT-0001Vg-Uf; Wed, 14 May 2008 07:39:29 -0400 Date: Wed, 14 May 2008 11:39:00 -0000 From: Daniel Jacobowitz To: Roman Mashak Cc: gdb@sourceware.org Subject: Re: gdb for AT91SAM7 Message-ID: <20080514113929.GA5721@caradoc.them.org> Mail-Followup-To: Roman Mashak , gdb@sourceware.org References: <40a670230805140042m311ccf04xb948628d0fa4532c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40a670230805140042m311ccf04xb948628d0fa4532c@mail.gmail.com> User-Agent: Mutt/1.5.17 (2008-05-05) 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-05/txt/msg00107.txt.bz2 On Wed, May 14, 2008 at 12:42:46AM -0700, Roman Mashak wrote: > #arm-elf-gdb main.elf > #target remote localhost:2331 > #break *0x100000 > #continue > Continuing. > ... Is the application already loaded or in flash? And is the PC already pointing at 0x100000? You have to get it pointing to there somehow. If the PC is already 0x100000 when you say continue, GDB assumes you're trying to continue, not stop at the current location. -- Daniel Jacobowitz CodeSourcery