Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp257 interp.get()->SkipAppInitFiles(false); in Create()
262 interp.get()->SkipAppInitFiles(true); in Create()
320 void SBDebugger::SkipAppInitFiles(bool b) { in SkipAppInitFiles() function in SBDebugger
321 LLDB_RECORD_METHOD(void, SBDebugger, SkipAppInitFiles, (bool), b); in SkipAppInitFiles()
324 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
1762 LLDB_REGISTER_METHOD(void, SBDebugger, SkipAppInitFiles, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h115 void SkipAppInitFiles(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp195 m_debugger.SkipAppInitFiles(false); in ProcessArgs()
227 m_debugger.SkipAppInitFiles(true); in ProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h430 void SkipAppInitFiles(bool skip_app_init_files) { in SkipAppInitFiles() function