Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp269 interp.get()->SkipAppInitFiles(false); in Create()
275 interp.get()->SkipAppInitFiles(true); in Create()
332 void SBDebugger::SkipAppInitFiles(bool b) { in SkipAppInitFiles() function in SBDebugger
336 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp189 m_debugger.SkipAppInitFiles(false); in ProcessArgs()
230 m_debugger.SkipAppInitFiles(true); in ProcessArgs()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h124 void SkipAppInitFiles(bool b);
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h477 void SkipAppInitFiles(bool skip_app_init_files) { in SkipAppInitFiles() function