Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i48 SetStopOnCrash (bool);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h45 void SetStopOnCrash(bool);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h133 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
DDriver.cpp611 options.SetStopOnCrash(m_option_data.m_batch); in MainLoop()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp12872 (arg1)->SetStopOnCrash(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnCrash()