[Lldb-commits] [PATCH] Support for debugging jitted code

Kopec, Matt matt.kopec at intel.com
Fri Jun 21 16:13:16 PDT 2013


Hi all,

I added the ability to debug jitted code (see http://llvm.org/docs/DebuggingJITedCode.html) for Linux. Symbol based debugging works but relocations need to applied for the ELF debug sections (in the debugger) in order for normal debugging to work. I'm looking at that right now. Let me know your thoughts, especially on the common code.

Thanks,
Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debuggingjittedcode.patch
Type: application/octet-stream
Size: 18820 bytes
Desc: debuggingjittedcode.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130621/7c3a5ffa/attachment.obj>


More information about the lldb-commits mailing list