Home
last modified time | relevance | path

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

/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.cpp52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent()
57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent()
70 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains()
H A DWatchpoint.cpp543 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/llvm-project/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp27 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp680 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local
737 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local
[all...]
/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); WatchpointCallbackFunction() local
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() argument
/llvm-project/lldb/source/Target/
H A DTarget.cpp864 WatchpointSP wp_sp; CreateWatchpoint() local
1238 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { RemoveAllWatchpoints() local
1267 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { DisableAllWatchpoints() local
1294 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { EnableAllWatchpoints() local
1310 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { ClearAllWatchpointHitCounts() local
1324 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { ClearAllWatchpointHistoricValues() local
1342 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { IgnoreAllWatchpoints() local
1359 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); DisableWatchpointByID() local
1378 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); EnableWatchpointByID() local
1414 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); IgnoreWatchpointByID() local
[all...]
H A DStopInfo.cpp793 WatchpointSP wp_sp( ShouldStopSynchronous() local
885 WatchpointSP wp_sp( PerformAction() local
[all...]
H A DProcess.cpp2574 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument
2580 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp891 info.read = wp_sp->WatchpointRead(); in DisableWatchpoint() argument
837 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument
[all...]
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp808 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3154 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument
3248 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1995 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); WatchpointCallbackFunction() local