[lldb] Update stop info override callback comment.

In D31172 GetStopInfoOverrideCallback was moved and renamed.

Differential revision: https://reviews.llvm.org/D79953
This commit is contained in:
Ryan Mansfield 2020-05-14 13:08:01 -07:00 committed by Jonas Devlieghere
parent 2d6f4fec07
commit 5144e48c14
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ lldb::StopInfoSP Thread::GetPrivateStopInfo() {
// "m_stop_info_stop_id != process_stop_id" as the condition for the if
// statement below, we must also check the stop info to see if we need to
// override it. See the header documentation in
// Process::GetStopInfoOverrideCallback() for more information on the stop
// Architecture::OverrideStopInfo() for more information on the stop
// info override callback.
if (m_stop_info_override_stop_id != process_stop_id) {
m_stop_info_override_stop_id = process_stop_id;