Home
last modified time | relevance | path

Searched refs:SkipAppInitFiles (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp280 interp.get()->SkipAppInitFiles(false); in Create()
286 interp.get()->SkipAppInitFiles(true); in Create()
343 void SBDebugger::SkipAppInitFiles(bool b) { in SkipAppInitFiles() function in SBDebugger
347 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp191 m_debugger.SkipAppInitFiles(false); in ProcessArgs()
232 m_debugger.SkipAppInitFiles(true); in ProcessArgs()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h141 void SkipAppInitFiles(bool b);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h486 void SkipAppInitFiles(bool skip_app_init_files) { in SkipAppInitFiles() function