Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp336 : m_watchpoint_event(sub_type), m_new_watchpoint_sp(new_watchpoint_sp) {} in WatchpointEventData()
350 return m_new_watchpoint_sp; in GetWatchpoint()
388 wp_sp = data->m_new_watchpoint_sp; in GetWatchpointFromEvent()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DWatchpoint.h55 lldb::WatchpointSP m_new_watchpoint_sp; variable