[Lldb-commits] [lldb] Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (PR #123945)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 24 04:39:53 PST 2025
labath wrote:
I ran this on an arm mac, and also on x86-via-rosetta mac (which isn't quite the same as native, but it's the best I have). I did find one problem, which is that the packet forwarder misinterprets a response to the `x` packet which begins with an `O` as an "output" packet. I guess it needs to be taught that these can only come while the process is running. I'm still thinking about the best way to achieve that.
This change is definitely stress-testing the python packet parsing code as well. Before this, it was just handling a very limited about of traffic (just the packets that are explicitly sent by the lldb-server tests), but now it basically needs to forward entire lldb traffic.
https://github.com/llvm/llvm-project/pull/123945
More information about the lldb-commits
mailing list