We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swbreak:
hwbreak:
1 parent 5b5a5b6 commit 4e38a62Copy full SHA for 4e38a62
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -2286,8 +2286,6 @@ StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) {
2286
StreamString ostr;
2287
ostr.Printf("%" PRIu64, wp_addr);
2288
description = std::string(ostr.GetString());
2289
- } else if (key.compare("swbreak") == 0 || key.compare("hwbreak") == 0) {
2290
- reason = "breakpoint";
2291
} else if (key.compare("library") == 0) {
2292
auto error = LoadModules();
2293
if (error) {
0 commit comments