Displaying 2 results from an estimated 2 matches for "f5be2e85".
2011 Sep 12
0
[LLVMdev] debugging LLVM-JITted code
...information.
With MC JIT I don't think getting it to emit the debug information will be particularly hard so you might want to look into it.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110912/f5be2e85/attachment.html>
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