Re: x86 inline assembler to stop in debugger
Re: x86 inline assembler to stop in debugger
- Subject: Re: x86 inline assembler to stop in debugger
- From: Eric Albert <email@hidden>
- Date: Mon, 30 Jan 2006 12:55:12 -0800
On Jan 30, 2006, at 12:49 PM, Brad Oliver wrote:
On Jan 30, 2006, at 10:19 AM, Eric Albert wrote:
As far as I can tell -- I haven't tested it -- Debugger() only
breaks if the USERBREAK environment variable is set to 1. In that
case it sends a SIGINT to the current thread. That's not quite
the same as a SIGTRAP.
Is there some condition whereby using another mechanism would be
better, for example running directly from gdb instead of the IDE? I
ask only because I've never had a reason to not use Debugger().
I think -- though the debugger folks might correct me on this -- that
trap/int3 is what gdb itself uses for breakpoints, so in theory it
might be "better" somehow. But as long as you're debugging a program
that doesn't have its own SIGINT handler, I think they'll have the
same effect.
-Eric
_______________________________________________
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