<div dir="ltr">Hello,<div><br></div><div>I'm finally getting back to getting JIT debugging work for MCJIT. This has worked for ELF for a while in LLVM and support in lldb was added in January (for ELF). I'm now trying to add support for Mach-O and would appreciate some feedback (though I'm fighting my way through learning the format, I'm still just a novice). </div>

<div><br></div><div>My current patchset for llvm is here: <a href="https://gist.github.com/loladiro/8d909ddd04e6d7e9a5d0">https://gist.github.com/loladiro/8d909ddd04e6d7e9a5d0</a> . I have a corresponding patch for lldb and I basically got this working (modulo line table information, though I'm sure I'm doing something stupid in lldb here).</div>

<div>The basic approach is to, when a section gets allocated rewrite the sections `addr` and update every symbols `n_value` correspondingly. This is very much in line with what is done for ELF, but I'm not sure if it's the right approach, so I'd appreciate if somebody who has more experience with Mach-O could look at the above patch and give some feedback. If this approach looks sane in general, I'll finish up and post both the LLVM and the LLDB patch for formal review. </div>

<div><br></div><div>Thanks,</div><div>Keno</div></div>