Displaying 2 results from an estimated 2 matches for "debugloctupl".
Did you mean:
debugloctuple
2009 Jul 09
0
[LLVMdev] Source file information.
>Aaron Gray wrote:
>> What I am after is to be able to emit line number information for COFF
>> (Common Object File Format) object module files, basically it comes down
>> to
>> paired line numbers and virtual address offsets.
>>
>> I have not really set out to look at this yet, just feeling ahead, and
>> was
>> prompted by Saman's question
2009 Jul 09
3
[LLVMdev] Source file information.
Aaron Gray wrote:
> Dear All,
>
> To add to this, what you want to do is find the appropriate debug stop
> point intrinsic and then use it to look up the information for that
> instruction.
>
> Here is some sample code from SAFECode that finds the debug information
> associated with a CallInst (LLVM call instruction) held in the variable
> CI. It uses the