Searched defs:wp_sp (Results 1 – 13 of 13) sorted by relevance
20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()55 WatchpointSP wp_sp; in FindByAddress() local73 WatchpointSP wp_sp; in FindBySpec() local112 WatchpointSP wp_sp; in FindByID() local122 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() local130 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() local139 WatchpointSP wp_sp; in GetByIndex() local150 WatchpointSP wp_sp; in GetByIndex() local171 WatchpointSP wp_sp = *pos; in Remove() local199 WatchpointSP wp_sp = FindByID(watch_id); in ShouldStop() local
52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent()57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent()69 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains()
541 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
321 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
951 WatchpointSP wp_sp; in CreateWatchpoint() local1328 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() local1357 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() local1384 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() local1400 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() local1414 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() local1432 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() local1449 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() local1468 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() local1504 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in IgnoreWatchpointByID() local
814 WatchpointSP wp_sp( in ShouldStopSynchronous() local906 WatchpointSP wp_sp( in PerformAction() local
2554 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint()2560 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
817 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs() local
3269 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint()3364 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
1962 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction() local
3774 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()