Home
last modified time | relevance | path

Searched refs:m_new_watchpoint_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Breakpoint/
DWatchpoint.cpp417 m_new_watchpoint_sp (new_watchpoint_sp) in WatchpointEventData()
442 return m_new_watchpoint_sp; in GetWatchpoint()
486 wp_sp = data->m_new_watchpoint_sp; in GetWatchpointFromEvent()
/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h74 lldb::WatchpointSP m_new_watchpoint_sp; variable