#include "Toshi/Typedefs.h"
Go to the source code of this file.
Functions | |
TBOOL | TDebug_IsValidAddress (const void *a_pPtr) |
void | TDebug_AcquireMutex () |
void | TDebug_ReleaseMutex () |
void | TDebug_FinalPrintf (const TCHAR *a_szFormat,...) |
void | TDebug_FinalVPrintf (const TCHAR *a_szFormat, va_list a_Args) |
void | TDebug_FinalSPrintf (const TCHAR *a_szFormat,...) |
void | TDebug_FinalVSPrintf (const TCHAR *a_szFormat, va_list a_Args) |
void | TDebug_OutputDebugString (const TCHAR *a_szString) |
void | TDebug_BroadcastDebugString (const TCHAR *a_szString) |
TINT | TDebug_AssertHandler (const TCHAR *a_szExpression, const TCHAR *a_szFileName, TUINT a_uiLineNumber, const TCHAR *a_szDescription="TASSERT") |
void TDebug_AcquireMutex | ( | ) |
Definition at line 19 of file TDebug_Win.cpp.
TINT TDebug_AssertHandler | ( | const TCHAR * | a_szExpression, |
const TCHAR * | a_szFileName, | ||
TUINT | a_uiLineNumber, | ||
const TCHAR * | a_szDescription = "TASSERT" ) |
Definition at line 141 of file TDebug_Win.cpp.
void TDebug_BroadcastDebugString | ( | const TCHAR * | a_szString | ) |
Definition at line 86 of file TDebug_Win.cpp.
void TDebug_FinalPrintf | ( | const TCHAR * | a_szFormat, |
... ) |
Definition at line 49 of file TDebug_Win.cpp.
void TDebug_FinalSPrintf | ( | const TCHAR * | a_szFormat, |
... ) |
Definition at line 63 of file TDebug_Win.cpp.
void TDebug_FinalVPrintf | ( | const TCHAR * | a_szFormat, |
va_list | a_Args ) |
Definition at line 57 of file TDebug_Win.cpp.
void TDebug_FinalVSPrintf | ( | const TCHAR * | a_szFormat, |
va_list | a_Args ) |
Definition at line 71 of file TDebug_Win.cpp.
TBOOL TDebug_IsValidAddress | ( | const void * | a_pPtr | ) |
Definition at line 35 of file TDebug_Win.cpp.
void TDebug_OutputDebugString | ( | const TCHAR * | a_szString | ) |
Definition at line 78 of file TDebug_Win.cpp.
void TDebug_ReleaseMutex | ( | ) |
Definition at line 30 of file TDebug_Win.cpp.