/freebsd/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() argument 53 WatchpointSP wp_sp; FindByAddress() local 71 WatchpointSP wp_sp; FindBySpec() local 112 WatchpointSP wp_sp; FindByID() local 122 WatchpointSP wp_sp = FindByAddress(addr); FindIDByAddress() local 130 WatchpointSP wp_sp = FindBySpec(spec); FindIDBySpec() local 139 WatchpointSP wp_sp; GetByIndex() local 150 WatchpointSP wp_sp; GetByIndex() local 171 WatchpointSP wp_sp = *pos; Remove() local 198 WatchpointSP wp_sp = FindByID(watch_id); ShouldStop() local [all...] |
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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 680 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local 737 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
|
/freebsd/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/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 32 : m_opaque_wp(wp_sp) { in SBWatchpoint() argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 864 WatchpointSP wp_sp; in CreateWatchpoint() local 1238 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() local 1267 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() local 1294 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() local 1310 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() local 1324 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() local 1342 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() local 1359 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() local 1378 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() local 1414 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID() local
|
H A D | StopInfo.cpp | 793 WatchpointSP wp_sp( in ShouldStopSynchronous() local 885 WatchpointSP wp_sp( in PerformAction() local
|
H A D | Process.cpp | 2586 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() 2592 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 808 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 3154 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() 3248 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1995 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3840 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()
|