Re: Dumb gdb question
Re: Dumb gdb question
- Subject: Re: Dumb gdb question
- From: Jonas Maebe <email@hidden>
- Date: Sat, 14 Jun 2008 17:45:24 +0200
On 14 Jun 2008, at 17:26, William Squires wrote:
I know one can call gdb from the command-line - does it have a
'disassemble' mode (for either PPC/Intel),
disass function_name
disass startaddress stopaddress
x/10i startaddress (replace 10 with any number)
or a hex dump mode?
x/10x startaddress
If not, is there a unix tool to do it?
otool -tV executable
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden