Home
last modified time | relevance | path

Searched refs:TurnOnEphemeralMode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h183 void TurnOnEphemeralMode();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp399 void Watchpoint::TurnOnEphemeralMode() { m_is_ephemeral = true; } in TurnOnEphemeralMode() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp659 watchpoint_sp->TurnOnEphemeralMode(); in WatchpointSentry()