[Lldb-commits] [PATCH] D90789: [docs] Update DebuggingJITedCode page after fix in LLDB
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 11 06:05:14 PST 2020
sgraenitz added a comment.
Thanks for having a look.
That's right and it's on my wishlist. However, the example doesn't actually work with `--jit-kind=orc-lazy` (yet). On Linux it should use RTDyldObjectLinkingLayer and so it should notify LLDB when new code is loaded, but somehow it doesn't:
(lldb) run --jit-kind=orc-lazy showdebug.ll 5
Process 25021 launched: '/usr/bin/lli' (x86_64)
Process 25021 exited with status = 120 (0x00000078)
So far I haven't analyzed it in detail. My plan was to finish the ongoing work, update the docs, close PR36209 <https://bugs.llvm.org/show_bug.cgi?id=36209> (finally) and schedule follow-up tasks once I find the time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90789/new/
https://reviews.llvm.org/D90789
More information about the lldb-commits
mailing list