Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectWatchpoint.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 …]
DCommandObjectWatchpointCommand.cpp497 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
529 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
663 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
695 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
755 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
787 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.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()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp57 const WatchpointList &wp_list = target.GetWatchpointList(); in POSIXThread()
459 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify()
/external/lldb/source/API/
DSBTarget.cpp1728 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1757 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteWatchpoint()
1781 target_sp->GetWatchpointList().GetListMutex(locker); in FindWatchpointByID()
1782 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1843 target_sp->GetWatchpointList().GetListMutex(locker); in EnableAllWatchpoints()
1858 target_sp->GetWatchpointList().GetListMutex(locker); in DisableAllWatchpoints()
1873 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteAllWatchpoints()
/external/lldb/source/Target/
DStopInfo.cpp607 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
651 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
DTarget.cpp151 this->GetWatchpointList().GetListMutex(locker); in CleanupProcess()
543 uint32_t num_current_watchpoints = target->GetWatchpointList().GetSize(); in CheckIfWatchpointsExhausted()
588 this->GetWatchpointList().GetListMutex(locker); in CreateWatchpoint()
/external/lldb/include/lldb/Target/
DTarget.h590 GetWatchpointList() in GetWatchpointList() function
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2294 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()