This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: A question about disassembler on linux


On Fri, Aug 13, 1999 at 04:17:55PM -0000, biguo@263.net wrote:
> Hello,folks!I disassembler object file on linux 6.0 with GDB.
> Is there a better disassembler on linux?Anyone can help me?Thank you.


Look at the objdump utility.  You can get a short help message by running
objdump --help.  For static disassembly, this may be all that you need.

One GUI to GDB that people have not mentioned is the tcl/tk Insight GUI.
http://sourceware.cygnus.com/insight/

It has a source+assembly display mode where you can see the assembly
code interwoven with the source code.  Very nice for discovering what
the compiler is really doing.

Jason
Free the Software!

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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