This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Remote debugging w/o symbols
- From: Mathias Lafeldt <misfire at debugon dot org>
- To: gdb at sourceware dot org
- Date: Thu, 01 Jul 2010 13:37:38 +0200
- Subject: Remote debugging w/o symbols
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