================
@@ -3594,6 +3594,9 @@ rnb_err_t RNBRemote::HandlePacket_qSupported(const char 
*p) {
   reply << "SupportedWatchpointTypes=x86_64;";
 #endif
 
+  // We consume lldb's swbreak/hwbreak feature, but it doesn't change the
+  // behaviour of lldb-server. We always adjust the program counter for targets
+  // like x86
----------------
xusheng6 wrote:

Now fixed in 
https://github.com/llvm/llvm-project/commit/51a356b384f28cce3b2cd874fbba139414b0e207

https://github.com/llvm/llvm-project/pull/102873
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to