Skip to content

Commit 4e38a62

Browse files
committed
Revert "Recognize swbreak:/hwbreak: in stop packet"
Breaking this patch out into a separate PR llvm#108518 This reverts commit 3408ce1.
1 parent 5b5a5b6 commit 4e38a62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,8 +2286,6 @@ StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) {
22862286
StreamString ostr;
22872287
ostr.Printf("%" PRIu64, wp_addr);
22882288
description = std::string(ostr.GetString());
2289-
} else if (key.compare("swbreak") == 0 || key.compare("hwbreak") == 0) {
2290-
reason = "breakpoint";
22912289
} else if (key.compare("library") == 0) {
22922290
auto error = LoadModules();
22932291
if (error) {

0 commit comments

Comments
 (0)