This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
[MI] Stepping through disassembly without file:line info
- From: Dmitry Dzhus <dima at sphinx dot net dot ru>
- To: gdb at sources dot redhat dot com
- Date: Wed, 12 Aug 2009 01:20:58 +0400
- Subject: [MI] Stepping through disassembly without file:line info
Greetings!
To get assembler code, -data-disassemble needs either file:line
information or start/end address.
Given that for most library functions (like malloc or printf) debug info
is usually unavailable, what shall I do to show full disassembly code
for such function using MI command?
With CLI it is as simple as `disassemble printf`.
I'm mostly interested how existing IDEs handle this.
--
Happy Hacking.
http://sphinx.net.ru
ã