[cfe-commits] Clang DebugInfo Patch for StopPoints.
Gabor Greif
gabor at mac.com
Mon May 5 00:36:34 PDT 2008
> Why are you checking for BB equality here? Wouldn't it be more
> reasonable to check that the line # is the same instead of the full
> location? This would emit multiple stop points for things like:
>
> a = b; c = d;
>
> right?
There was once a Macintosh debugger called SADE which
really tracked this information, so you needed to step twice
to get to the next line.
Just a thought.
Gabor
More information about the cfe-commits
mailing list