| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 20 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 D | Watchpoint.cpp | 380 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 491 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 D | LuaTests.cpp | 25 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 D | Lua.cpp | 108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
|
| H A D | ScriptInterpreterLua.cpp | 307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 816 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 D | StopInfo.cpp | 706 WatchpointSP wp_sp( in ShouldStopSynchronous() local 748 WatchpointSP wp_sp( in PerformAction() local
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 761 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() local 776 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() local
|
| H A D | CommandCompletions.cpp | 779 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 408 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1796 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 D | ScriptInterpreterPython.cpp | 2248 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
|