[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Sat Oct 19 20:29:12 PDT 2024
medismailben wrote:
> > @rocallahan does rr work on Mac?
>
> No, it doesn't. It does work on Linux AAarch64 though.
>
> > This didn't work because we also build lldb-server on macOS.
>
> Hmm, so lldb-server is built on macOS but we're not supposed to use it?
Yeah I was also surprised to see that but I guess it doesn't hurt. I don't think we can use it because it doesn't have any support for macOS which also explains the crash. Honestly I think it would be fine if you skipped that test on Darwin platforms (by adding an `@skipDarwin` decorator at the beginning of each `test_*` methods). @JDevlieghere @jimingham do you have any objection to that ?
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list