Re: gdb: Symbolized Crash Report: One line spans multiple functions?
Re: gdb: Symbolized Crash Report: One line spans multiple functions?
- Subject: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
- From: Jason Molenda <email@hidden>
- Date: Mon, 28 Dec 2009 19:08:30 -0800
On Dec 28, 2009, at 7:03 PM, Jerry Krinock wrote:
>> Disassembly of this address range would make it pretty clear if you're familiar with x86 assembly.
>
> I did some of that back in 1978.
It might be tricky to skate by with knowledge of the 8088 instruction set but hey, it never hurts to try. :)
>
>> e.g. "disass *0xeb12d" will disassemble the entire function that contains 0xeb12d and may make it more clear what's going on.
>
> (gdb) disass *0xeb12d
> No function contains specified address.
Do it more directly:
(gdb) x/10i 0xeb12d
That will give you the ten assembly instructions starting at 0xeb12d.
J _______________________________________________
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