Re: GDB: Does "catch vfork" work?
Re: GDB: Does "catch vfork" work?
- Subject: Re: GDB: Does "catch vfork" work?
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 09 Oct 2005 00:45:01 -0400
Interesting idea - I will play with that.
Daniel
On Oct 8, 2005, at 7:17 PM, Damien Bobillot wrote:
Perhaps try to replace the call to vfork by a call to fork. You may
do this by executing "p (int)fork()" and then "set $pc=$pc+4" when
you are on the bl call to vfork. Or manually move the pc to the
begining of the fork function when your are at the beging of the
vfork function.
_______________________________________________
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