[cfe-dev] Debugging clang

Alexander Herz alexander.herz at mytum.de
Mon Aug 9 05:12:30 PDT 2010


Hi,

I'm trying to debug the clang cpp compiler because I suspect a bug in 
the creation of the debug meta data for some cpp source. Is there an 
easy way to stop clang from spawning a new clang process (which does the 
compilation) and have the original instance of clang just do it so I can 
debug into the compilation process??

Thx,
Alex



More information about the cfe-dev mailing list