From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22607 invoked by alias); 12 Aug 2003 08:02:29 -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 22599 invoked from network); 12 Aug 2003 08:02:28 -0000 Received: from unknown (HELO hotmail.com) (207.68.164.196) by sources.redhat.com with SMTP; 12 Aug 2003 08:02:28 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 12 Aug 2003 01:02:27 -0700 Received: from 61.11.46.129 by sea2-dav61.sea2.hotmail.com with DAV; Tue, 12 Aug 2003 08:02:26 +0000 X-Originating-IP: [61.11.46.129] X-Originating-Email: [javaproject_7@hotmail.com] From: "Jose Paul" To: References: <006801c35fdb$214eba30$e900a8c0@jose> Subject: Re: Board reset command Date: Tue, 12 Aug 2003 08:02:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 12 Aug 2003 08:02:27.0470 (UTC) FILETIME=[1252E2E0:01C360A8] X-SW-Source: 2003-08/txt/msg00130.txt.bz2 Hi All, I found out a round about solution for this. After a debug session connect to the board without using the gdb and sent a reset command to the hardware.This resets the hardware and we are able to load other programs. Best Regards, Jose ----- Original Message ----- From: "Jose Paul" To: Sent: Monday, August 11, 2003 1:05 PM Subject: Board reset command > Hi All, > > I am using GDB mipsel-elf-gdb.exe build GNU gdb 20030516. > > I am not able to load/debug a different program without reseting the power > of the board. > Is there any commands by which we can kill the previous program and reset > the board sothat we can avoid a power reset to debug another program. > > Loading and debugging the same program is working well . > > Thanks in advance, > Jose > > >