Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp492 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
605 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
648 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp707 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in ShouldStopSynchronous()
749 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
820 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp182 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
849 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp409 GetTarget().GetWatchpointList().FindByID(id)) in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1802 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1806 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2244 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
5219 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h737 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2248 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()