Home
last modified time | relevance | path

Searched refs:SetStopOnCrash (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp85 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function in SBCommandInterpreterRunOptions
86 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash, in SetStopOnCrash()
89 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()
272 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i48 SetStopOnCrash (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h45 void SetStopOnCrash(bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h133 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp611 options.SetStopOnCrash(m_option_data.m_batch); in MainLoop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12872 (arg1)->SetStopOnCrash(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnCrash()