reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2697 exception = ValueObjectConstResult::Create(frame_sp.get(), value, 2699 exception = ValueObjectRecognizerSynthesizedValue::Create( 2700 *exception, eValueTypeVariableArgument); 2701 exception = exception->GetDynamicValue(eDynamicDontRunTarget); 2701 exception = exception->GetDynamicValue(eDynamicDontRunTarget); 2704 m_arguments->Append(exception); 2709 lldb::ValueObjectSP GetExceptionObject() override { return exception; }