Searched refs:ExceptionScreen (Results 1 – 3 of 3) sorted by relevance
28 ExceptionScreen* ExceptionScreen::s_ExceptionScreen = NULL;181 wchar_t buildInfo[ExceptionScreen::MAX_BUILD_INFO_CHARS]; in WriteToSd()396 void ExceptionScreen::Create( nn::fnd::IAllocator* allocator, bit32 option ) in Create()400 …s_ExceptionScreen = new (allocator->Allocate(sizeof(*s_ExceptionScreen), 8)) ExceptionScreen(optio… in Create()405 ExceptionScreen::ExceptionScreen(bit32 option) in ExceptionScreen() function in nn::dbg::CTR::ExceptionScreen415 ExceptionScreen::~ExceptionScreen() in ~ExceptionScreen()421 void ExceptionScreen::RegisterHandler() in RegisterHandler()430 s32 ExceptionScreen::PutBackTraceString(char* pOut, size_t size, uptr stackPtr, bit32 lr) in PutBackTraceString()471 void ExceptionScreen::OnHalt( const char* msg ) in OnHalt()492 void ExceptionScreen::ExceptionHandler(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionConte… in ExceptionHandler()[all …]
56 class ExceptionScreen97 ~ExceptionScreen();205 static ExceptionScreen* s_ExceptionScreen;208 ExceptionScreen(bit32 option);
42 ExceptionScreen::PrepareDisplaybuffer(); in HandleBreak()47 DirectPrint* pdp = ExceptionScreen::GetDirectPrint(); in HandleBreak()101 nn::dbg::ExceptionScreen::Create(init::GetAllocator()); in SetDefaultExceptionHandler()