Getting the arguments of methods in other frameworks (from GDB)
Getting the arguments of methods in other frameworks (from GDB)
- Subject: Getting the arguments of methods in other frameworks (from GDB)
- From: email@hidden
- Date: Mon, 12 Dec 2005 12:34:15 -0800
Hi all,
Sometimes I run into a crash or a hang, and while I can debug into my
own code, sometimes something *my code* does causes a crash somewhere
(for example a released object gets a release sent from somewhere in
the frameworks or something gets delayed until the next event in the
runloop) so its hard to find the cause...
What I need is to be able to get the arguments to a method or
function in the call stack, but not in my code.
I tried "info args" etc but nothing can be got except for the top
method in the stack AFAIK.... (po &r0)
Can anyone help?
As an example in : -[NSNotificationCenter
postNotificationName:object:userInfo:]
I want to get the args passed to this method, but I cant... even with
the debug version of appkit.
Thanks in advance.
Andre
_______________________________________________
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