[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 23:40:47 PDT 2024
labath wrote:
> NativeProcessManager::Attach
Also worth noting that the test is *attaching*. That's probably because on darwin we are launching the process in suspended mode and then asking the debugserver to attach to it. That's might not be what the packet forwarder expects (or is it?)
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list