Skip to content

Commit 5144e48

Browse files
rjmansfieldJDevlieghere
authored andcommitted
[lldb] Update stop info override callback comment.
In D31172 GetStopInfoOverrideCallback was moved and renamed. Differential revision: https://reviews.llvm.org/D79953
1 parent 2d6f4fe commit 5144e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ lldb::StopInfoSP Thread::GetPrivateStopInfo() {
396396
// "m_stop_info_stop_id != process_stop_id" as the condition for the if
397397
// statement below, we must also check the stop info to see if we need to
398398
// override it. See the header documentation in
399-
// Process::GetStopInfoOverrideCallback() for more information on the stop
399+
// Architecture::OverrideStopInfo() for more information on the stop
400400
// info override callback.
401401
if (m_stop_info_override_stop_id != process_stop_id) {
402402
m_stop_info_override_stop_id = process_stop_id;

0 commit comments

Comments
 (0)