Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBDebugger.cpp221 interp.get()->SkipAppInitFiles(false); in Create()
226 interp.get()->SkipAppInitFiles(true); in Create()
284 void SBDebugger::SkipAppInitFiles(bool b) { in SkipAppInitFiles() function in SBDebugger
285 LLDB_RECORD_METHOD(void, SBDebugger, SkipAppInitFiles, (bool), b); in SkipAppInitFiles()
288 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
1713 LLDB_REGISTER_METHOD(void, SBDebugger, SkipAppInitFiles, (bool)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h77 void SkipAppInitFiles(bool b);
/external/llvm-project/lldb/tools/driver/
DDriver.cpp194 m_debugger.SkipAppInitFiles(false); in ProcessArgs()
226 m_debugger.SkipAppInitFiles(true); in ProcessArgs()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h434 void SkipAppInitFiles(bool skip_app_init_files) { in SkipAppInitFiles() function