GDB Search capabilities.. :)
Stan Shebs
shebs@apple.com
Wed Mar 21 15:59:00 GMT 2001
Fyodor wrote:
>
> Add in commands like ADB's for searching for patterns, etc. We should
> be able to examine and patch raw unsymboled binaries as well in gdb as
> we can in adb. (E.g. increase the timeout in /bin/login without source).
This has been on the wishlist for forever it seems, so if you were
to work up an implementation that could be added, I think everybody
would be very happy. As far as I know, nobody has submitted a patch
for this already.
Ideally, there would be a target vector method that could be filled
in with code optimized for specific platforms as desired (for instance
by adding a new packet to a protocol), and a default implementation
that just uses normal memory read/write, and will be the slower
fallback available for all platforms.
Stan
More information about the Gdb
mailing list