From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14237 invoked by alias); 7 Nov 2008 07:49:26 -0000 Received: (qmail 13943 invoked by uid 22791); 7 Nov 2008 07:49:24 -0000 X-Spam-Check-By: sourceware.org Received: from www.iap-online.com (HELO www.iap-online.com) (69.20.70.12) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Nov 2008 07:48:47 +0000 Received: from www.iap-online.com (localhost [127.0.0.1]) by www.iap-online.com (8.12.11.20060308/8.12.11) with ESMTP id mA77mewR004436; Fri, 7 Nov 2008 02:48:40 -0500 Received: (from apache@localhost) by www.iap-online.com (8.12.11.20060308/8.12.11/Submit) id mA77me1M004434; Fri, 7 Nov 2008 02:48:40 -0500 Received: from 210.143.35.19 (SquirrelMail authenticated user raja.saleru) by www.iap-online.com with HTTP; Fri, 7 Nov 2008 02:48:40 -0500 (EST) Message-ID: <21449.210.143.35.19.1226044120.squirrel@www.iap-online.com> In-Reply-To: <33036.210.143.35.19.1225860010.squirrel@www.iap-online.com> References: <33036.210.143.35.19.1225860010.squirrel@www.iap-online.com> Date: Fri, 07 Nov 2008 07:49:00 -0000 Subject: gdb internal functionality From: raja.saleru@iap-online.com To: raja.saleru@iap-online.com Cc: gdb@sourceware.org User-Agent: SquirrelMail/1.4.8-6.el3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-2022-jp Content-Transfer-Encoding: 8bit X-Synonym: Copied by Synonym (http://www.modulo.ro/synonym) to: mscopy Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00064.txt.bz2 Hi, I would like to know more of GDB internals especially the control flow and functionality for the following gdb commands. For ex. the development environment include gdb on cygwin environment, which is connected to OpenOCD, which inturn connects to ARM target. Any information on this would be very helpful. 1. target remote host:port 2. stepi 3. contrinue 4. break linenum 5. delete bpnum 6. watch expression 7. set/read register value 8. read/write memory 9. quit 10. monitor reset Thanks in Advance Raja Saleru