Searched refs:for_expressions (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.h | 88 bool catch_bp, bool throw_bp, bool for_expressions); 91 bool for_expressions,
|
H A D | ItaniumABILanguageRuntime.cpp | 500 bool for_expressions) { in CreateExceptionResolver() argument 522 if (for_expressions) in CreateExceptionResolver() 548 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument 552 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint() 567 const bool for_expressions = true; in SetExceptionBreakpoints() local 576 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
|