This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Disassemble an entire object
- From: Fabio Andres Miranda <fabiomiranda at racsa dot co dot cr>
- To: gdb at sourceware dot org
- Date: Tue, 01 Nov 2005 18:03:51 -0600
- Subject: Disassemble an entire object
Hello,
I would like to know if it is possible to disassemble a -static compiled
binary on Solaris 9. I want to list all the binary disassembled, like
do: gdb diasse main (and all the function) and sort it by memory address.
Thanks for help,
edwork0