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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev