Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
55 WatchpointSP wp_sp; in FindByAddress() local
73 WatchpointSP wp_sp; in FindBySpec() local
114 WatchpointSP wp_sp; in FindByID() local
124 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() local
132 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() local
141 WatchpointSP wp_sp; in GetByIndex() local
152 WatchpointSP wp_sp; in GetByIndex() local
173 WatchpointSP wp_sp = *pos; in Remove() local
201 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop() local
H A DWatchpointResource.cpp71 return ConstituentsContains(wp_sp.get()); in ConstituentsContains() argument
53 AddConstituent(const WatchpointSP & wp_sp) AddConstituent() argument
58 RemoveConstituent(WatchpointSP & wp_sp) RemoveConstituent() argument
H A DWatchpointResourceList.cpp
H A DWatchpoint.cpp522 WatchpointSP wp_sp; GetWatchpointFromEvent() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp498 lldb::WatchpointSP wp_sp = GetStopInfoForHardwareBP() local
677 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local
756 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
H A DScriptInterpreterLua.cpp308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp863 WatchpointSP wp_sp; CreateWatchpoint() local
1237 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { RemoveAllWatchpoints() local
1266 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { DisableAllWatchpoints() local
1293 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { EnableAllWatchpoints() local
1309 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { ClearAllWatchpointHitCounts() local
1323 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { ClearAllWatchpointHistoricValues() local
1341 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { IgnoreAllWatchpoints() local
1358 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); DisableWatchpointByID() local
1377 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); EnableWatchpointByID() local
1413 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); IgnoreWatchpointByID() local
[all...]
H A DStopInfo.cpp793 WatchpointSP wp_sp( in ShouldStopSynchronous() local
885 WatchpointSP wp_sp( in PerformAction() local
[all...]
H A DProcess.cpp2423 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument
2429 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp793 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { WatchPointIDs() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3133 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument
3237 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2101 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); WatchpointCallbackFunction() local
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3781 LLDBSwigLuaWatchpointCallbackFunction(lua_State * L,lldb::StackFrameSP stop_frame_sp,lldb::WatchpointSP wp_sp) LLDBSwigLuaWatchpointCallbackFunction() argument
[all...]