From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15659 invoked by alias); 1 Jul 2010 11:37:45 -0000 Received: (qmail 15644 invoked by uid 22791); 1 Jul 2010 11:37:44 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.17.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Jul 2010 11:37:39 +0000 Received: from [172.20.2.23] (p4FDE78A3.dip.t-dialin.net [79.222.120.163]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LrXFh-1P9Hpd2TQz-012yjY; Thu, 01 Jul 2010 13:37:36 +0200 Message-ID: <4C2C7E02.5050007@debugon.org> Date: Thu, 01 Jul 2010 11:37:00 -0000 From: Mathias Lafeldt User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Remote debugging w/o symbols Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2010-07/txt/msg00001.txt.bz2 Hi, is there any way I can do remote debugging without using a command like "file" to get the symbols? After running "target remote ..." to connect to a remote stub, "dump" or "disassemble" fail due to a memory access error. I know that the symbols are required for source-level debugging, but I guess there still must be a way to dump memory and disassemble it without them. Manually defining memory regions with "mem" didn't change the situation. -Mathias