search for: 8d909ddd04e6d7e9a5d0

Displaying 3 results from an estimated 3 matches for "8d909ddd04e6d7e9a5d0".

2014 May 28
2
[LLVMdev] MCJIT Mach-O JIT debugging
...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). My current patchset for llvm is here: https://gist.github.com/loladiro/8d909ddd04e6d7e9a5d0 . 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). The basic approach is to, when a section gets allocated rewrite the sections `addr` and update every symbols `n_value` correspon...
2014 Jun 02
2
[LLVMdev] [lldb-dev] MCJIT Mach-O JIT debugging
...gt; 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). > > > > My current patchset for llvm is here: > https://gist.github.com/loladiro/8d909ddd04e6d7e9a5d0 . 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). > > The basic approach is to, when a section gets allocated rewrite the > sections `addr` and update every sy...
2014 Jun 02
2
[LLVMdev] [lldb-dev] MCJIT Mach-O JIT debugging
...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). > > > > My current patchset for llvm is here: https://gist.github.com/loladiro/8d909ddd04e6d7e9a5d0 . 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). > > The basic approach is to, when a section gets allocated rewrite the sections `addr` and update every symbols `n_value`...