/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointList.cpp | 20 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 D | WatchpointResource.cpp | 52 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 D | Watchpoint.cpp | 543 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
|
/llvm-project/lldb/unittests/ScriptInterpreter/Lua/ |
H A D | LuaTests.cpp | 27 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 680 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local 737 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local [all...] |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
|
H A D | ScriptInterpreterLua.cpp | 308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); WatchpointCallbackFunction() local
|
/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 864 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 D | StopInfo.cpp | 793 WatchpointSP wp_sp( ShouldStopSynchronous() local 885 WatchpointSP wp_sp( PerformAction() local [all...] |
H A D | Process.cpp | 2574 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 D | ProcessWindows.cpp | 891 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 D | CommandCompletions.cpp | 808 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 3154 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 D | ScriptInterpreterPython.cpp | 1995 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); WatchpointCallbackFunction() local
|