mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
Make ThreadPlans use TID and Process, rather than Thread *.
Differential Revision: https://reviews.llvm.org/D75711
This commit is contained in:
@@ -101,8 +101,7 @@ StopInfoSP ThreadPlanCallUserExpression::GetRealStopInfo() {
|
||||
|
||||
if (stop_info_sp) {
|
||||
lldb::addr_t addr = GetStopAddress();
|
||||
DynamicCheckerFunctions *checkers =
|
||||
m_thread.GetProcess()->GetDynamicCheckers();
|
||||
DynamicCheckerFunctions *checkers = m_process.GetDynamicCheckers();
|
||||
StreamString s;
|
||||
|
||||
if (checkers && checkers->DoCheckersExplainStop(addr, s))
|
||||
|
||||
Reference in New Issue
Block a user