Home
last modified time | relevance | path

Searched refs:active_exception (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp239 ExceptionRecordSP active_exception = in DoResume() local
241 if (active_exception) { in DoResume()
365 ExceptionRecordSP active_exception = exception_record.lock(); in RefreshStateAfterStop() local
366 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()
DNativeProcessWindows.cpp138 ExceptionRecordSP active_exception = in Resume() local
140 if (active_exception) { in Resume()