Home
last modified time | relevance | path

Searched refs:enable_debugging (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp35 bool enable_debugging) in ClangUtilityFunction() argument
40 std::move(name), enable_debugging) { in ClangUtilityFunction()
43 if (enable_debugging) { in ClangUtilityFunction()
H A DClangUtilityFunction.h55 std::string name, bool enable_debugging);
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp321 const bool enable_debugging = in ExecuteFunction() local
326 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
327 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
328 real_options.SetIgnoreBreakpoints(!enable_debugging); in ExecuteFunction()
H A DUtilityFunction.cpp40 bool enable_debugging) in UtilityFunction() argument
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DUtilityFunction.h49 std::string name, bool enable_debugging);