[Lldb-commits] [lldb] [lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremote (PR #102873)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 13 09:17:08 PDT 2024
================
@@ -4245,6 +4245,10 @@ std::vector<std::string> GDBRemoteCommunicationServerLLGS::HandleFeatures(
.Case("vfork-events+", Extension::vfork)
.Default({});
+ // 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
----------------
jasonmolenda wrote:
Please end the comment with a period.
https://github.com/llvm/llvm-project/pull/102873
More information about the lldb-commits
mailing list