[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 21 09:29:09 PDT 2024
jimingham wrote:
> On Oct 19, 2024, at 8:29 PM, Med Ismail Bennani ***@***.***> wrote:
>
>
> @rocallahan <https://github.com/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?
>
lldb-server on Darwin works in platform mode, but not for process control. We already had debugserver working which had a very different looking codebase, and we never merged the process control parts of debugserver into lldb-server.
Jim
> 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 <https://github.com/JDevlieghere> @jimingham <https://github.com/jimingham> do you have any objection to that ?
>
> —
> Reply to this email directly, view it on GitHub <https://github.com/llvm/llvm-project/pull/112079#issuecomment-2424496839>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADUPVW5UJY7MLFI5PUWIRHLZ4MPRXAVCNFSM6AAAAABP2BOVAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGQ4TMOBTHE>.
> You are receiving this because you were mentioned.
>
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list