From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Received: (qmail 2304 invoked from network); 9 Jan 2003 21:22:06 -0000 Received: from unknown (HELO rm-rstar.sfu.ca) (142.58.120.21) by 209.249.29.67 with SMTP; 9 Jan 2003 21:22:06 -0000 Received: from fraser.sfu.ca (btlee@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.12.5/8.12.5/SFU-5.0H) with ESMTP id h09LLpMj021752 for ; Thu, 9 Jan 2003 13:21:52 -0800 (PST) Received: (from btlee@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) id NAA02498 for gdb@sources.redhat.com; Thu, 9 Jan 2003 13:21:51 -0800 (PST) Date: Thu, 09 Jan 2003 21:22:00 -0000 From: Benjamin Tze-Kit Lee To: gdb@sources.redhat.com Subject: reset command for GDB Message-ID: <20030109212151.GA1780@sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-01/txt/msg00150.txt.bz2 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. Ben