Searched refs:active_exception (Results 1 – 2 of 2) sorted by relevance
239 ExceptionRecordSP active_exception = in DoResume() local241 if (active_exception) { in DoResume()365 ExceptionRecordSP active_exception = exception_record.lock(); in RefreshStateAfterStop() local366 if (!active_exception) { in RefreshStateAfterStop()375 m_thread_list.SetSelectedThreadByID(active_exception->GetThreadID()); in RefreshStateAfterStop()380 switch (active_exception->GetExceptionCode()) { in RefreshStateAfterStop()494 << llvm::format_hex(active_exception->GetExceptionCode(), 8) in RefreshStateAfterStop()496 << llvm::format_hex(active_exception->GetExceptionAddress(), 8); in RefreshStateAfterStop()497 DumpAdditionalExceptionInformation(desc_stream, active_exception); in RefreshStateAfterStop()
138 ExceptionRecordSP active_exception = in Resume() local140 if (active_exception) { in Resume()