From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30481 invoked by alias); 17 Jan 2003 16:02:20 -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 30471 invoked from network); 17 Jan 2003 16:02:17 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2003 16:02:17 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F07EA3E2F; Fri, 17 Jan 2003 11:02:17 -0500 (EST) Message-ID: <3E282909.8010003@redhat.com> Date: Fri, 17 Jan 2003 16:02:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fernando Nasser Cc: gdb@sources.redhat.com Subject: Re: "extended-remote" [Was: reset command for GDB] References: <20030109212151.GA1780@sfu.ca> <3E1E009A.5000302@redhat.com> <3E2818C0.8040409@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00311.txt.bz2 > Isn't it time to make "remote" and alias of "extended-remote" (mark that as deprecated) and make the current old "remote" as "legacy-remote"? remote.c needs to be modified so that it probes (!) for extended support. last time I tried it, I went down a rat hole and ended up fixing something else (adding a context to the cli commands?). http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=97 > Regards, > Fernando > > Andrew Cagney wrote:>> Hi all, > > I am using GDB to remotely debug on a board that runs an ARM processor. Everything seems to be working for now but I don't know how to reset the board and halt it at the beginning of the program where I want it to be? Is there a way to reset the board and let it halt at the beginning of the program? I was thinking "run" might do it but then I found out that it only works on non-remote debug program. > > Thx a lot for your help. > > > Play with `target extended-remote'. > > Andrew > > > > > > -- > Fernando Nasser > Red Hat - Toronto E-Mail: fnasser@redhat.com > 2323 Yonge Street, Suite #300 > Toronto, Ontario M4P 2C9 > >