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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 4 03:54:41 PDT 2026


================
@@ -1386,5 +1386,6 @@ std::vector<std::string> GDBRemoteCommunicationServerCommon::HandleFeatures(
       "QStartNoAckMode+",
       "qEcho+",
       "native-signals+",
+      "reportsOriginalInstructions+",
----------------
DavidSpickett wrote:

This list is for platform and server mode (lldb-server has two modes if you don't know).

There should be a list somewhere else that's just for server mode. 

(in platform mode you aren't debugging anything, it's just a server that can spawn other debug stubs that do debug things)

https://github.com/llvm/llvm-project/pull/201176


More information about the lldb-commits mailing list