This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Feature for objdump or another binutil binary....


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


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