From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2068 invoked by alias); 11 Aug 2003 07:34: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 2060 invoked from network); 11 Aug 2003 07:34:27 -0000 Received: from unknown (HELO mail7.atl.registeredsite.com) (64.224.219.81) by sources.redhat.com with SMTP; 11 Aug 2003 07:34:27 -0000 Received: from imta02a2.registeredsite.com (imta02a2.registeredsite.com [64.225.255.11]) by mail7.atl.registeredsite.com (8.12.9/8.12.9) with ESMTP id h7B6YJQk018487 for ; Mon, 11 Aug 2003 02:34:20 -0400 Received: from jose ([61.11.47.50]) by imta02a2.registeredsite.com with SMTP id <20030811073425.LCWQ1385.imta02a2.registeredsite.com@jose> for ; Mon, 11 Aug 2003 03:34:25 -0400 Message-ID: <006801c35fdb$214eba30$e900a8c0@jose> Reply-To: "Jose Paul" From: "Jose Paul" To: Subject: Board reset command Date: Mon, 11 Aug 2003 07:34: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 X-SW-Source: 2003-08/txt/msg00127.txt.bz2 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