From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1648 invoked by alias); 26 Jul 2006 13:05:53 -0000 Received: (qmail 1640 invoked by uid 22791); 26 Jul 2006 13:05:52 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 26 Jul 2006 13:05:47 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G5j57-0003Mp-77; Wed, 26 Jul 2006 09:05:45 -0400 Date: Wed, 26 Jul 2006 14:10:00 -0000 From: Daniel Jacobowitz To: Efim Monyak Cc: gdb@sources.redhat.com Subject: Re: restart for remote target Message-ID: <20060726130544.GA12914@nevyn.them.org> Mail-Followup-To: Efim Monyak , gdb@sources.redhat.com References: <44C63BD6.7090505@lipowsky.de> <20060725154543.GA13313@nevyn.them.org> <44C644A7.4000106@lipowsky.de> <20060725162649.GA14797@nevyn.them.org> <44C64CB1.1000805@lipowsky.de> <20060725174754.GA16907@nevyn.them.org> <44C71BC4.7090005@lipowsky.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44C71BC4.7090005@lipowsky.de> User-Agent: Mutt/1.5.11+cvs20060403 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-07/txt/msg00190.txt.bz2 On Wed, Jul 26, 2006 at 09:37:40AM +0200, Efim Monyak wrote: > Only after I use "tbreak * 0" ensteed "b * 0" and "delete * 0" it works. > Possibly delete * 0 don't working for GDB with ARM remote target. > I see Z0,0 command to stub after this breakpoint must be deleted > by delete * 0, it is a third breakpoint and it is an error for stub because > only two breakpoints are allowed. > > The lines "symbol-file init.elf" and "b end_init" are not changed and > they make no problem. Is the error depend for particular breakpoint type? > I mean breakpoint to address is handled in other way as i.e. breakpoint to > function. No. I have no idea what that error might be, sorry. -- Daniel Jacobowitz CodeSourcery