command to get disassembly in dbx and gdb -- Posted by inturi on Friday, July 16 2010
dbx : dis

/count
gdb: disasseble

Solaris command to get disassembly of a function:
$/usr/ccs/bin/dis -F main ./a.out #get disassembly for main() function

[Edit] Home
If this information is helpful to you then please click here and post one simple tip that you know. Share your knowledge!