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.
1 parent 2d6f4fe commit 5144e48Copy full SHA for 5144e48
lldb/source/Target/Thread.cpp
@@ -396,7 +396,7 @@ lldb::StopInfoSP Thread::GetPrivateStopInfo() {
396
// "m_stop_info_stop_id != process_stop_id" as the condition for the if
397
// statement below, we must also check the stop info to see if we need to
398
// override it. See the header documentation in
399
- // Process::GetStopInfoOverrideCallback() for more information on the stop
+ // Architecture::OverrideStopInfo() for more information on the stop
400
// info override callback.
401
if (m_stop_info_override_stop_id != process_stop_id) {
402
m_stop_info_override_stop_id = process_stop_id;
0 commit comments