Home
last modified time | relevance | path

Searched defs:GetAutoContinue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp191 bool SBBreakpointLocation::GetAutoContinue() { GetAutoContinue() function in SBBreakpointLocation
H A DSBBreakpointName.cpp337 bool SBBreakpointName::GetAutoContinue() { in GetAutoContinue() function in SBBreakpointName
H A DSBBreakpoint.cpp305 bool SBBreakpoint::GetAutoContinue() { in GetAutoContinue() function in SBBreakpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1329 bool GetAutoContinue() const { return m_auto_continue; } in GetAutoContinue() function