Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp76 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function in SBCommandInterpreterRunOptions
79 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i48 SetStopOnCrash (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h45 void SetStopOnCrash(bool);
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py94 opts.SetStopOnCrash(not opts.GetStopOnCrash())
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h133 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp571 options.SetStopOnCrash(m_option_data.m_batch); in MainLoop()
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py1064 run_options.SetStopOnCrash(True)