[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 11 22:39:03 PDT 2024
medismailben wrote:
Answering https://github.com/llvm/llvm-project/pull/99736#issuecomment-2408387985 and https://github.com/llvm/llvm-project/pull/99736#issuecomment-2408398073here:
> Is there a way to run the full post-merge CI test suite against a Github PR?
Not that I'm aware of, unfortunately.
> So there is no LLDB-based daemon that implements the gdbserver protocol on Darwin systems?
Darwin uses a different debug agent called `debugserver`, it's part of the lldb sources and you can find it here: https://github.com/llvm/llvm-project/tree/main/lldb/tools/debugserver
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list