From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13124 invoked by alias); 30 Nov 2009 16:03:24 -0000 Received: (qmail 13003 invoked by uid 22791); 30 Nov 2009 16:03:22 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f183.google.com (HELO mail-px0-f183.google.com) (209.85.216.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Nov 2009 16:03:18 +0000 Received: by pxi13 with SMTP id 13so2613727pxi.24 for ; Mon, 30 Nov 2009 08:03:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.249.40 with SMTP id w40mr431204wfh.344.1259596996072; Mon, 30 Nov 2009 08:03:16 -0800 (PST) From: Venkatesh Srinivas Date: Mon, 30 Nov 2009 17:02:00 -0000 Message-ID: Subject: Using symbols from To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 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: 2009-11/txt/msg00217.txt.bz2 Hi, I'm using gdb to debug a program on a remote target via IP; the symbol tables I have are not in a gdb-friendly format. I have the output of the platform specific nm run against the binary; is there any way I can teach gdb about the data from nm (at least the entry addresses to my functions, location of some global variables?). Thanks, -- vs