Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
399 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
480 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
506 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
548 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
574 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
H A DCommandObjectWatchpoint.cpp221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
224 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
380 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
382 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
496 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
498 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
623 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
625 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
[all …]
H A DCommandCompletions.cpp778 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp496 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
681 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
724 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1273 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1285 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1298 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1314 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1315 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1364 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1378 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1444 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp792 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
887 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
913 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp183 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
855 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp409 GetTarget().GetWatchpointList().FindByID(id)) in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1765 GetTarget().GetWatchpointList().FindByAddress(wp_hit_addr); in SetThreadStopInfo()
1767 wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2199 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
5189 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h740 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2167 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()