<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I’m wondering if it’s possible to debug code JIT’ed with the newer ORC JIT. The LLVM documentation has a page at</div><div class=""><br class=""></div><div class="">    <a href="http://llvm.org/docs/DebuggingJITedCode.html" class="">llvm.org/docs/DebuggingJITedCode.html</a></div><div class=""><br class=""></div><div class="">showing an example of using gdb to debug MCJIT’ed code, but has no mention of ORC JIT.</div><div class=""><br class=""></div><div class="">From searching around online I’ve gotten the impression that ORC JIT does *not* support providing debugging information to attached debuggers, but no definitive source. Is it the case that ORC JIT in fact does support debugging, and if so, are there examples available; or is my initial impression correct?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Connor</div></body></html>