• 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: How to see the arguments of methods from the stack trace during debugging
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to see the arguments of methods from the stack trace during debugging


  • Subject: Re: How to see the arguments of methods from the stack trace during debugging
  • From: Rob Mayoff <email@hidden>
  • Date: Sat, 12 Nov 2005 10:46:01 -0600 (CST)
  • Envelope-sender: email@hidden

+---------- On Nov 12, Kaspar Fischer said:
| So is there a way to see arguments of methods with known
| signature (but possibly unknown source code)?

Not in general. If you put a breakpoint on the function, then when the
breakpoint is triggered you can find the first few integer/pointer
arguments in registers $r5 and up, but the function doesn't have to
keep them there. In your example, unless frame 14 was just entered and
there is no frame 15, you can't be sure what the original arguments
were.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to see the arguments of methods from the stack trace during debugging
      • From: Kaspar Fischer <email@hidden>
References: 
 >How to see the arguments of methods from the stack trace during debugging (From: Kaspar Fischer <email@hidden>)
 >Re: How to see the arguments of methods from the stack trace during debugging (From: Miguel Sanchez <email@hidden>)
 >Re: How to see the arguments of methods from the stack trace during debugging (From: Kaspar Fischer <email@hidden>)

  • Prev by Date: Re: Where do asynchronous API do their "work"?
  • Next by Date: automated progress indicator
  • Previous by thread: Re: How to see the arguments of methods from the stack trace during debugging
  • Next by thread: Re: How to see the arguments of methods from the stack trace during debugging
  • Index(es):
    • Date
    • Thread