[lldb-dev] [Bug 17628] New: lldb should support JIT debugging

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 20 21:24:03 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17628

            Bug ID: 17628
           Summary: lldb should support JIT debugging
           Product: lldb
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: comexk at gmail.com
    Classification: Unclassified

GDB has a simple API that programs may use to add symbols for code generated at
runtime:

https://sourceware.org/gdb/current/onlinedocs/gdb/JIT-Interface.html

This is used by, at least, V8 and LLVM's own JIT, and is very handy for certain
use cases.  However, LLDB does not support it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131021/5153e6cf/attachment.html>


More information about the lldb-dev mailing list