[LLVMdev] Debug Information

Evan Cheng evan.cheng at apple.com
Fri Oct 10 14:34:36 PDT 2008


On Oct 10, 2008, at 1:43 PM, John Criswell wrote:

> Dear All,
>
> Are there a set of libraries for easily manipulating the LLVM debug
> information?  For example, given an Instruction *, is there an  
> interface
> that will find the nearest llvm.dbg.stoppoint(), or given an alloca,  
> is
> there an interface for getting its source level information by tracing
> it to a llvm.dbg.declare()?
>
> As far as I know, no such utility interfaces exist.  While I can  
> role my
> own, I'd like to avoid re-inventing the wheel if such interfaces  
> already
> exit.

I am not aware of any existing or current work in this area.

Evan

>
>
> Thanks in advance.
>
> -- John T.
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list