[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 07:29:53 PDT 2024
labath wrote:
> Should it work?
It should, and I suspect (I haven't seen the error msg, do you have a link?) that the problem isn't in this part of the code. If I had to guess, I'd say that this is failing because macos generates slightly different packet sequences, and the test is not expecting those.
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list