[Lldb-commits] [lldb] Implement reportsOriginalInstructions GDB remote feature (PR #201176)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 10 02:47:15 PDT 2026


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


More information about the lldb-commits mailing list