aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
diff options
context:
space:
mode:
authorAugusto Noronha <anoronha@apple.com>2024-10-10 15:01:20 -0700
committerAugusto Noronha <anoronha@apple.com>2024-10-10 15:05:58 -0700
commit2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9 (patch)
tree4745bb41775ee5d30beda655c3760f3ebbcda592 /lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
parentf02252e1fd2965db007cf7be74c448b7a119c321 (diff)
downloadllvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.zip
llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.tar.gz
llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.tar.bz2
Revert "[lldb] Implement basic support for reverse-continue (#99736)"
This reverts commit d5e1de6da96c1ab3b8cae68447e8ed3696a7006e.
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
index b0aa664..de047ee 100644
--- a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
@@ -82,9 +82,6 @@ void LogThreadStopInfo(Log &log, const ThreadStopInfo &stop_info,
case eStopReasonProcessorTrace:
log.Printf("%s: %s processor trace", __FUNCTION__, header);
return;
- case eStopReasonHistoryBoundary:
- log.Printf("%s: %s history boundary", __FUNCTION__, header);
- return;
default:
log.Printf("%s: %s invalid stop reason %" PRIu32, __FUNCTION__, header,
static_cast<uint32_t>(stop_info.reason));