| /CTR-SDK-4.2.8-20130828/sources/libraries/test/ |
| D | test_Api.cpp | 24 …nn::dbg::detail::TPrintf(" Level: %s (%d)\n", nn::dbg::detail::GetLevelString(result), … in PrintResult() 25 …nn::dbg::detail::TPrintf(" Summary: %s (%d)\n", nn::dbg::detail::GetSummaryString(result), … in PrintResult() 26 …nn::dbg::detail::TPrintf(" Module: %s (%d)\n", nn::dbg::detail::GetModuleString(result), … in PrintResult() 27 …nn::dbg::detail::TPrintf(" Description: %s (%d)\n", nn::dbg::detail::GetDescriptionString(result)… in PrintResult() 32 nn::dbg::detail::TPrintf("Result:%08X\n", result.GetPrintableBits());
|
| D | test_TimerLog.cpp | 72 nn::dbg::detail::TPrintf("[TimerLog] AverageBuffer Out of memory.\n"); in InitializeAverage() 193 …nn::dbg::detail::TPrintf("[TimerLog] %d logs were skipped (out of log buffer)\n", s_Counter - s_Co… in ShowTimerLog()
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/dbg/ |
| D | dbg_DebugString.cpp | 28 namespace nn { namespace dbg { namespace 74 nn::dbg::detail::VPrintf(fmt, vlist); in Printf() 83 nn::dbg::detail::TVPrintf(fmt, vlist); in TPrintf() 98 nn::dbg::detail::VPrintf(fmt, vlist); in nndbgDetailPrintf() 107 nn::dbg::detail::TVPrintf(fmt, vlist); in nndbgDetailTPrintf() 113 nn::dbg::detail::VPrintf(fmt, arg); in nndbgDetailVPrintf() 118 nn::dbg::detail::TVPrintf(fmt, arg); in nndbgDetailTVPrintf() 123 nn::dbg::detail::PutString(text, length); in nndbgDetailPutString() 131 nn::dbg::detail::TPrintf("%s:%d [WARN] ", filename, lineno); in nndbgPrintWarning_() 132 nn::dbg::detail::VPrintf(fmt, vlist); in nndbgPrintWarning_() [all …]
|
| D | dbg_PrintResultImpl.cpp | 38 namespace nn { namespace dbg { namespace detail { namespace 43 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::dbg, DESCRIPTION_DBEUG_OUTPUT_IS_DISABLED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() argument 44 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::dbg, DESCRIPTION_DEBUGGER_NOT_PRESENT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 45 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::dbg, DESCRIPTION_INACCESSIBLE_PAGE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
|
| D | dbg_Default.cpp | 22 using namespace nn::dbg; 25 namespace nn { namespace dbg { namespace 37 void HandleBreak(nn::dbg::BreakReason reason, nn::Result* pResult, 39 void HandleBreak(nn::dbg::BreakReason reason, nn::Result* pResult, in HandleBreak() 101 nn::dbg::ExceptionScreen::Create(init::GetAllocator()); in SetDefaultExceptionHandler() 110 nn::dbg::SetBreakHandler(&HandleBreak); in SetDefaultBreakHandler()
|
| D | dbg_Break.cpp | 23 using namespace nn::dbg; 27 nn::dbg::BreakHandler s_pBreakHandler = NULL; 44 nn::dbg::BreakHandler pBreakHandler = s_pBreakHandler; in CallBreakHandler() 75 return nn::dbg::Break(static_cast<nn::dbg::BreakReason>(reason)); in nndbgBreak() 150 namespace nn { namespace dbg { namespace
|
| D | dbg_Argument.cpp | 22 using namespace nn::dbg::CTR; 37 const nn::dbg::CTR::ArgArea s_ArgInfo __attribute__((section(".ARM.__at_0x100ff0"))) = 63 namespace dbg { namespace 356 const nn::dbg::CTR::ArgArea s_ArgInfo __attribute__((section(".ARM.__at_0x100ff0"))) = 366 namespace dbg { namespace
|
| D | dbg_Dump.cpp | 27 namespace dbg { namespace 113 nn::dbg::detail::DumpMemory(p, size, flags); in nndbgDetailDumpMemory()
|
| D | dbg_Instrument.cpp | 51 nn::dbg::CTR::Instrument* sListHead = NULL; 61 namespace dbg { namespace 574 …nn::dbg::CTR::Instrument* pInfo = nn::dbg::CTR::Instrument::SearchInfo( nn::os::Thread::GetCurrent… in __cyg_profile_func_enter() 584 …nn::dbg::CTR::Instrument* pInfo = nn::dbg::CTR::Instrument::SearchInfo( nn::os::Thread::GetCurrent… in __cyg_profile_func_exit()
|
| /CTR-SDK-4.2.8-20130828/include/nn/fslow/ |
| D | fslow_Path.h | 62 nn::dbg::detail::TPrintf("PATH_TYPE_INVALID\n"); in PRINT() 67 nn::dbg::detail::TPrintf("PATH_TYPE_EMPTY\n"); in PRINT() 72 …if (GetBinarySize() == 1) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(1 byte) %d\n", *(static_cas… in PRINT() 73 …else if (GetBinarySize() == 2) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(2 byte) %d\n", *(stati… in PRINT() 74 …else if (GetBinarySize() == 4) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(4 byte) %d\n", *(stati… in PRINT() 75 …else if (GetBinarySize() == 8) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(sta… in PRINT() 78 nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(%d byte) ", GetBinarySize()); in PRINT() 81 nn::dbg::detail::TPrintf("%2X ", *(static_cast<const bit8*>(m_Data) + i)); in PRINT() 83 nn::dbg::detail::TPrintf("\n"); in PRINT() 89 … nn::dbg::detail::TPrintf("PATH_TYPE_STRING \"%s\"\n", static_cast<const char*>(m_Data)); in PRINT() [all …]
|
| /CTR-SDK-4.2.8-20130828/include/nn/dbg/ |
| D | dbg_DebugString.h | 112 #define NN_LOG( ... ) (void)nn::dbg::detail::Printf(__VA_ARGS__) 113 #define NN_LOGV( fmt, arg ) (void)nn::dbg::detail::VPrintf((fmt), (arg)) 114 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString((text), (length)) 128 #define NN_TLOG_( ... ) (void)nn::dbg::detail::TPrintf(__VA_ARGS__) 129 #define NN_SLOG_( ... ) (void)nn::dbg::detail::Printf(__VA_ARGS__) 130 #define NN_TLOGV_( fmt, arg ) (void)nn::dbg::detail::TVPrintf((fmt), (arg)) 149 namespace nn { namespace dbg {
|
| D | dbg_Logger.h | 72 ::nn::dbg::detail::Logger::PrintLog(::nn::dbg::detail::Logger::LEVEL_ ## level, \ 83 #define NN_LOG_NAMESPACE(x) ::nn::dbg::detail::Logger::SetNameSpace(x) 92 #define NN_LOG_SIGNATURE(x) ::nn::dbg::detail::Logger::SetSignature(x) 101 #define NN_LOG_LONGPATH(x) ::nn::dbg::detail::Logger::SetLongpath(x) 103 #define NN_LOG_SET_UPPER_LOG_LEVEL(x) ::nn::dbg::detail::Logger::SetUpperLevel(x) 104 #define NN_LOG_SET_LOWER_LOG_LEVEL(x) ::nn::dbg::detail::Logger::SetLowerLevel(x) 173 namespace nn { namespace dbg { namespace detail {
|
| D | dbg_Instrument.h | 28 namespace dbg { 229 #define NN_DBG_TRACE_STACK (nn::dbg::CTR::TRACE_STACK) 230 #define NN_DBG_TRACE_LOG (nn::dbg::CTR::TRACE_LOG) 231 #define NN_DBG_RECORD_TICK (nn::dbg::CTR::RECORD_TICK) 232 #define NN_DBG_RING_BUFFER (nn::dbg::CTR::RING_BUFFER)
|
| D | dbg_Argument.h | 39 namespace dbg { 130 #define NN_DBG_ARG_CTR_BUFFER_SIZE (nn::dbg::CTR::ArgBufferSize) 131 #define NN_DBG_ARG_CTR_ARGV0_STRING (nn::dbg::CTR::Argv0String)
|
| D | dbg_Dump.h | 42 #define NN_DUMP_MEMORY( p, size, flags ) nn::dbg::detail::DumpMemory(p, size, flags) 57 namespace dbg {
|
| D | dbg_Break.h | 64 namespace nn { namespace dbg { 88 nn::Result Break(nn::dbg::BreakReason reason);
|
| D | dbg_PrintResult.h | 87 namespace nn { namespace dbg { namespace detail { 124 #define NN_DBG_PRINT_RESULT(exp) ::nn::dbg::detail::PrintResult(exp)
|
| D | dbg_Default.h | 21 namespace nn { namespace dbg {
|
| D | dbg_Enum.h | 41 namespace nn { namespace dbg {
|
| D | dbg_Result.h | 28 namespace nn { namespace dbg {
|
| /CTR-SDK-4.2.8-20130828/include/nn/ |
| D | dbg.h | 48 namespace nn { namespace dbg { 49 using namespace ::nn::dbg::CTR;
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/init/ |
| D | init_Default.cpp | 61 nn::dbg::SetDefaultExceptionHandler(); in nninitStartUpDefault() 62 nn::dbg::SetDefaultBreakHandler(); in nninitStartUpDefault()
|
| /CTR-SDK-4.2.8-20130828/include/nn/svc/ |
| D | svc_StubDbg.h | 38 nn::Result Break ( nn::dbg::BreakReason reason, const v…
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 26 namespace nn { namespace dbg { namespace CTR { namespace 203 bool PutHaltMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in PutHaltMessage() 216 void ClearMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in ClearMessage() 224 void ShowWithAutoScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithAutoScroll() 256 void ShowWithManualScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithManualScroll() 327 void StealDisplaybuffer(nn::dbg::DirectPrint* pdp) in StealDisplaybuffer()
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/ |
| D | rdt_Stopwatch.cpp | 165 …nn::dbg::detail::Printf( " Average, Min, Max, Total, Times, Name (Unit is u… in printHeadLine() 171 using nn::dbg::detail::Printf; in printContents()
|