Feature for objdump or another binutil binary....

Thiemo Seufer ica2_ts@csv.ica.uni-stuttgart.de
Mon Dec 22 17:51:00 GMT 2003


Steven J. Hill wrote:
[snip]
> The whole point of my email is that I find it cumbersome to have to
> do a 'objdump -d' and potentially waste space with a big text file
> and then grep through it for what I want. It would be nice to be
> able to specify the instruction

The interesting thing is usually a sequence of instructions.
-> grep

> and perhaps the section or sections
> to look in and have it search that way.

Sections are selectable via -j, address ranges via
--start-address, --stop-address.


Thiemo



More information about the Binutils mailing list