Home
last modified time | relevance | path

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

/freebsd/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
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
199 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop() local
H A DWatchpointResource.cpp52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent()
57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent()
69 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains()
H A DWatchpoint.cpp541 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
H A DScriptInterpreterLua.cpp321 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp951 WatchpointSP wp_sp; in CreateWatchpoint() local
1328 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() local
1357 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() local
1384 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() local
1400 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() local
1414 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() local
1432 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() local
1449 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() local
1468 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() local
1504 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID() local
H A DStopInfo.cpp814 WatchpointSP wp_sp( in ShouldStopSynchronous() local
906 WatchpointSP wp_sp( in PerformAction() local
H A DProcess.cpp2554 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint()
2560 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp817 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3269 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint()
3364 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1962 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3774 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()