DavidSpickett wrote: > (lldb/lldb-server/debugserver are all so related that I'd consider them a > single implementation)
And lldb-server doesn't handle writes but debugserver does :shrug: So even within that we have some variance, though I don't think anyone did it deliberately. So if we are to have a `reportsOriginalInstructions`, that needs fixing at least. Let me check what gdbserver and QEMU do. If they don't handle it, that pushes us towards not trusting any of them. https://github.com/llvm/llvm-project/pull/201176 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
