From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7592 invoked by alias); 16 Jan 2012 13:46:12 -0000 Received: (qmail 7580 invoked by uid 22791); 16 Jan 2012 13:46:10 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-bk0-f41.google.com (HELO mail-bk0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jan 2012 13:45:57 +0000 Received: by bkbzv15 with SMTP id zv15so148455bkb.0 for ; Mon, 16 Jan 2012 05:45:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.195.130 with SMTP id ec2mr4944508bkb.106.1326721556471; Mon, 16 Jan 2012 05:45:56 -0800 (PST) Received: by 10.204.75.208 with HTTP; Mon, 16 Jan 2012 05:45:56 -0800 (PST) Date: Mon, 16 Jan 2012 13:46:00 -0000 Message-ID: Subject: GDB on development board! From: mak visp To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2012-01/txt/msg00051.txt.bz2 Hello All, I am new to the GDB stuff. I am using my ARM based custom board in that I wanted to debug my code on ARM. Can I do it without JTAG only with GDB connected over serial port? Also is it possible to do it without any OS running on board (I am in starting phase, so no OS yet)? I read the user manual, but could not make out. Any pointer to the material is a great help. Regards, Makarand