Functions | |||
![]() | ![]() | void | breakpoint () |
![]() | ![]() | void | error_breakpoint () |
![]() | ![]() | volatile void | fatal_handler () |
![]() | ![]() | void | lprintf_exit () |
![]() | ![]() | void | vlprintf (char*msg, va_list ap) |
![]() | ![]() | void | lprintf (char* msg, ...) |
![]() | ![]() | void | lprint_error (char* msg, ...) |
![]() | ![]() | void | lprint_warning (char* msg, ...) |
![]() | ![]() | volatile void | lprint_fatal (char* file, int line, char* msg, ...) |
![]() | ![]() | volatile void | lprint_fatalNoMenu (char* file, int line, char* msg, ...) |
![]() | ![]() | void | flush_logFile () |
![]() | ![]() | void | mysprintf (char*& buf, char* fmt, ...) |
![]() | ![]() | void volatile | lprintf_string (int len, const char* bytes) |
![]() | ![]() | void volatile | lsprintf_string (char* buf, int len, const char* bytes) |
Variables | |||
![]() | ![]() | FILE* | logFile |
![]() | ![]() | char | fname [80] |
![]() | ![]() | bool | PrintVMMessages |
![]() | ![]() | bool | LogVMMessages |
![]() | ![]() | const | max_len |
void breakpoint () |
void error_breakpoint () |
volatile void fatal_handler () |
void lprintf_exit () |
void vlprintf (char * msg, va_list ap) [static]
|
void lprintf (char * msg, ...) |
void lprint_error (char * msg, ...) |
void lprint_warning (char * msg, ...) |
volatile void lprint_fatal (char * file, int line, char * msg, ...) |
volatile void lprint_fatalNoMenu (char * file, int line, char * msg, ...) |
void flush_logFile () |
void mysprintf (char *& buf, char * fmt, ...) |
void volatile lprintf_string (int len, const char * bytes) |
void volatile lsprintf_string (char * buf, int len, const char * bytes) |
FILE* logFile [static]
|
char fname[80] [static]
|
bool PrintVMMessages |
bool LogVMMessages |
const max_len [static]
|