This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]