• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: gdb: Symbolized Crash Report: One line spans multiple functions?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: gdb: Symbolized Crash Report: One line spans multiple functions?
      • From: Jerry Krinock <email@hidden>
References: 
 >gdb: Symbolized Crash Report: One line spans multiple functions? (From: Jerry Krinock <email@hidden>)
 >Re: gdb: Symbolized Crash Report: One line spans multiple functions? (From: Jerry Krinock <email@hidden>)
 >Re: gdb: Symbolized Crash Report: One line spans multiple functions? (From: Jason Molenda <email@hidden>)
 >Re: gdb: Symbolized Crash Report: One line spans multiple functions? (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Next by Date: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Previous by thread: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Next by thread: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Index(es):
    • Date
    • Thread