Home
last modified time | relevance | path

Searched defs:wp_sp (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DWatchpointList.cpp21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
54 WatchpointSP wp_sp; in FindByAddress() local
72 WatchpointSP wp_sp; in FindBySpec() local
113 WatchpointSP wp_sp; in FindByID() local
123 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() local
131 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() local
140 WatchpointSP wp_sp; in GetByIndex() local
151 WatchpointSP wp_sp; in GetByIndex() local
172 WatchpointSP wp_sp = *pos; in Remove() local
199 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop() local
DWatchpoint.cpp382 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp304 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() local
416 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
459 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
/external/llvm-project/lldb/source/Target/
DTarget.cpp795 WatchpointSP wp_sp; in CreateWatchpoint() local
1154 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints() local
1185 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints() local
1214 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints() local
1232 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts() local
1248 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues() local
1268 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints() local
1285 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() local
1304 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() local
1340 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID() local
DStopInfo.cpp653 WatchpointSP wp_sp( in ShouldStopSynchronous() local
695 WatchpointSP wp_sp( in PerformAction() local
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp780 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() local
796 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() local
DCommandCompletions.cpp779 const lldb::WatchpointSP wp_sp = wp_list.GetByIndex(idx); in WatchPointIDs() local
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp500 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify() local
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp420 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1854 WatchpointSP wp_sp; in SetThreadStopInfo() local
2282 WatchpointSP wp_sp = in SetThreadStopInfo() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2355 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local