Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lldb should support JIT debugging #18002

Closed
comex opened this issue Oct 21, 2013 · 3 comments
Closed

lldb should support JIT debugging #18002

comex opened this issue Oct 21, 2013 · 3 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@comex
Copy link
Contributor

comex commented Oct 21, 2013

Bugzilla Link 17628
Resolution FIXED
Resolved on Sep 26, 2016 09:19
Version unspecified
OS All
CC @labath

Extended Description

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.

@labath
Copy link
Collaborator

labath commented Sep 26, 2016

This should work now.

@lhames
Copy link
Contributor

lhames commented Nov 26, 2021

mentioned in issue llvm/llvm-bugzilla-archive#21523

@lhames
Copy link
Contributor

lhames commented Nov 27, 2021

mentioned in issue llvm/llvm-bugzilla-archive#45208

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

3 participants