/freebsd-src/contrib/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 | 71 return ConstituentsContains(wp_sp.get()); in ConstituentsContains() argument 53 AddConstituent(const WatchpointSP & wp_sp) AddConstituent() argument 58 RemoveConstituent(WatchpointSP & wp_sp) RemoveConstituent() argument
|
H A D | WatchpointResourceList.cpp |
|
H A D | Watchpoint.cpp | 522 WatchpointSP wp_sp; GetWatchpointFromEvent() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 498 lldb::WatchpointSP wp_sp = GetStopInfoForHardwareBP() local 677 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local 756 lldb::WatchpointSP wp_sp; CreateStopReasonWithMachException() local [all...] |
/freebsd-src/contrib/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); in WatchpointCallbackFunction() local
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 863 WatchpointSP wp_sp; CreateWatchpoint() local 1237 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { RemoveAllWatchpoints() local 1266 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { DisableAllWatchpoints() local 1293 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { EnableAllWatchpoints() local 1309 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { ClearAllWatchpointHitCounts() local 1323 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { ClearAllWatchpointHistoricValues() local 1341 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { IgnoreAllWatchpoints() local 1358 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); DisableWatchpointByID() local 1377 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); EnableWatchpointByID() local 1413 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); IgnoreWatchpointByID() local [all...] |
H A D | StopInfo.cpp | 793 WatchpointSP wp_sp( in ShouldStopSynchronous() local 885 WatchpointSP wp_sp( in PerformAction() local [all...] |
H A D | Process.cpp | 2423 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument 2429 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 793 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { WatchPointIDs() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 3133 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument 3237 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 2101 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); WatchpointCallbackFunction() local
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3781 LLDBSwigLuaWatchpointCallbackFunction(lua_State * L,lldb::StackFrameSP stop_frame_sp,lldb::WatchpointSP wp_sp) LLDBSwigLuaWatchpointCallbackFunction() argument [all...] |