Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp334 m_new_watchpoint_sp(new_watchpoint_sp) {} in WatchpointEventData()
348 return m_new_watchpoint_sp; in GetWatchpoint()
386 wp_sp = data->m_new_watchpoint_sp; in GetWatchpointFromEvent()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h55 lldb::WatchpointSP m_new_watchpoint_sp; variable