Displaying 1 result from an estimated 1 matches for "celeveldebugging".
2004 Oct 08
1
[LLVMdev] debug intrinsic documentation
Hi, I just wanted to doublecheck that the docs on the debugger
intrinsics as seen on http://llvm.cs.uiuc.edu/docs/Sour
ceLevelDebugging.html are out of date w.r.t. function types being
displayed:
ie, shouldn't
%D1 = call {}* %llvm.dbg.func.start(%lldb.global* %d.main)
be
%D1 = call {}* (%lldb.global*)* %llvm.dbg.func.start(%lldb.global* %d.main)
?
and,
call {} * %llvm.dbg.DEFINEVARIABLE
should be
call {}* %llvm.dbg.de...