Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp292 interp.get()->SkipAppInitFiles(false); in Create()
298 interp.get()->SkipAppInitFiles(true); in Create()
355 void SBDebugger::SkipAppInitFiles(bool b) { in SkipAppInitFiles() function in SBDebugger
359 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp187 m_debugger.SkipAppInitFiles(false); in ProcessArgs()
227 m_debugger.SkipAppInitFiles(true); in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h161 void SkipAppInitFiles(bool b);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h502 void SkipAppInitFiles(bool skip_app_init_files) { in SkipAppInitFiles() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20627 (arg1)->SkipAppInitFiles(arg2); in _wrap_SBDebugger_SkipAppInitFiles()