Home
last modified time | relevance | path

Searched refs:GetWatchpointList (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp277 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
279 target->GetWatchpointList().GetListMutex(locker); in DoExecute()
383 target->GetWatchpointList().GetListMutex(locker); in DoExecute()
385 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
462 target->GetWatchpointList().GetListMutex(locker); in DoExecute()
464 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
545 target->GetWatchpointList().GetListMutex(locker); in DoExecute()
547 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
693 target->GetWatchpointList().GetListMutex(locker); in DoExecute()
695 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
[all …]
HDCommandObjectWatchpointCommand.cpp419 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
451 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
581 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
613 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
673 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
705 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp372 … wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
407 … wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp1713 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1726 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1742 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteWatchpoint()
1766 target_sp->GetWatchpointList().GetListMutex(locker); in FindWatchpointByID()
1767 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1828 target_sp->GetWatchpointList().GetListMutex(locker); in EnableAllWatchpoints()
1843 target_sp->GetWatchpointList().GetListMutex(locker); in DisableAllWatchpoints()
1902 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteAllWatchpoints()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDPOSIXThread.cpp60 const WatchpointList &wp_list = target.GetWatchpointList(); in POSIXThread()
509 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp620 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
664 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
HDTarget.cpp154 this->GetWatchpointList().GetListMutex(locker); in CleanupProcess()
548 uint32_t num_current_watchpoints = target->GetWatchpointList().GetSize(); in CheckIfWatchpointsExhausted()
593 this->GetWatchpointList().GetListMutex(locker); in CreateWatchpoint()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h663 GetWatchpointList() in GetWatchpointList() function
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp1852 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()