[cfe-commits] Updated PATCH - Clang DebugInfo Patch for StopPoints/Regions.

Sanjiv.Gupta at microchip.com Sanjiv.Gupta at microchip.com
Wed May 7 03:00:20 PDT 2008


 
> http://www.llvm.org/docs/SourceLevelDebugging.html
> > > mentions that.
> > I'd suggest just not doing that :)
> It's probably a good idea to still stop on the closing } of a 
> function. Normal gcc + gdb also does that IIRC and it helps 
> to see when you're exiting a function. Not sure if this is 
> also under discussion, though.
> 
> Gr.
> 
> Matthijs
> 
I have included an updated patch here for line number and region
information.
It takes care of previous comments from Chris.

I will send a separate patch for removing ending "." from option
descriptions.

EmitRegionEnd() still calls EmitStopPoint(). We can remove that call
once we have an agreement on that subject.

Please let me know if there are more things to be fixed.

The next thing I am working on is generating subprogram descriptors.

- Sanjiv



-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.stoppoint.svn.50716
Type: application/octet-stream
Size: 8431 bytes
Desc: patch.stoppoint.svn.50716
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20080507/f81a9d96/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CGDebugInfo.h
Type: application/octet-stream
Size: 2551 bytes
Desc: CGDebugInfo.h
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20080507/f81a9d96/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CGDebugInfo.cpp
Type: application/octet-stream
Size: 5272 bytes
Desc: CGDebugInfo.cpp
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20080507/f81a9d96/attachment-0002.obj>


More information about the cfe-commits mailing list