Re: Dumb gdb question
Re: Dumb gdb question
- Subject: Re: Dumb gdb question
- From: Jim Ingham <email@hidden>
- Date: Mon, 16 Jun 2008 11:15:53 -0700
The gdb manual is pretty useful if you're going to be tooling around
in the console. In Xcode, open the Xcode User Guide (under the Help
menu); select the "Title" search in the LHS of the little strip below
the Toolbar, and search for "Debugging with GDB".
Jim
On Jun 14, 2008, at 8:45 AM, Jonas Maebe wrote:
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
Jim Ingham
Apple Developer Tools
_______________________________________________
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