Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
53 WatchpointSP wp_sp; in FindByAddress() local
71 WatchpointSP wp_sp; in FindBySpec() local
112 WatchpointSP wp_sp; in FindByID() local
122 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() local
130 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() local
139 WatchpointSP wp_sp; in GetByIndex() local
150 WatchpointSP wp_sp; in GetByIndex() local
171 WatchpointSP wp_sp = *pos; in Remove() local
198 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop() local
H A DWatchpoint.cpp384 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp495 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() local
679 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
722 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
H A DScriptInterpreterLua.cpp307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp822 WatchpointSP wp_sp; in CreateWatchpoint() local
1188 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() local
1217 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() local
1244 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() local
1260 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() local
1274 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() local
1292 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() local
1309 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() local
1328 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() local
1364 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID() local
H A DStopInfo.cpp791 WatchpointSP wp_sp( in ShouldStopSynchronous() local
886 WatchpointSP wp_sp( in PerformAction() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp761 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() local
776 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() local
H A DCommandCompletions.cpp779 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp408 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1758 WatchpointSP wp_sp; in SetThreadStopInfo() local
2198 WatchpointSP wp_sp = in SetThreadStopInfo() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2167 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local