Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp380 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp491 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() local
603 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
646 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp25 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp816 WatchpointSP wp_sp; in CreateWatchpoint() local
1178 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() local
1207 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() local
1234 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() local
1250 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() local
1264 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() local
1282 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() local
1299 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() local
1318 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() local
1354 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID() local
H A DStopInfo.cpp706 WatchpointSP wp_sp( in ShouldStopSynchronous() local
748 WatchpointSP wp_sp( in PerformAction() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp408 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1796 WatchpointSP wp_sp; in SetThreadStopInfo() local
2243 WatchpointSP wp_sp = in SetThreadStopInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2248 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local