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.cpp257 interp.get()->SkipAppInitFiles(false); in Create()
263 interp.get()->SkipAppInitFiles(true); in Create()
320 void SBDebugger::SkipAppInitFiles(bool b) { in SkipAppInitFiles() function in SBDebugger
324 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp194 m_debugger.SkipAppInitFiles(false); in ProcessArgs()
234 m_debugger.SkipAppInitFiles(true); in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h212 void SkipAppInitFiles(bool b);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h511 void SkipAppInitFiles(bool skip_app_init_files) { in SkipAppInitFiles() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20913 (arg1)->SkipAppInitFiles(arg2); in _wrap_SBDebugger_SkipAppInitFiles()