search for: 9e9f9073

Displaying 3 results from an estimated 3 matches for "9e9f9073".

2011 Sep 12
0
[LLVMdev] debugging LLVM-JITted code
On Aug 30, 2011, at 3:47 AM, Eli Bendersky wrote: > Hello, > > I'm interested in debugging code JITted by LLVM at runtime. For that, I should naturally have some way to emit DWARF that faithfully describes the JITted code into memory along with the JITted code itself and point the debugger to it. Let's assume that the bridge with the debugger is taken care of (e.g.
2011 Aug 30
2
[LLVMdev] debugging LLVM-JITted code
Hello, I'm interested in debugging code JITted by LLVM at runtime. For that, I should naturally have some way to emit DWARF that faithfully describes the JITted code into memory along with the JITted code itself and point the debugger to it. Let's assume that the bridge with the debugger is taken care of (e.g. http://llvm.org/docs/DebuggingJITedCode.html) - my concern in this question is
2011 Sep 13
2
[LLVMdev] debugging LLVM-JITted code
...elocation manually, since the generated DWARF has to point at the final addresses where code & data are located. What are your thoughts on this? Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110913/9e9f9073/attachment.html>