LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <console/console.h>
#include <ppc/cache.h>
#include <ppc/register.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time/time.h>
#include <xenon_smc/xenon_smc.h>
#include <xenon_uart/xenon_uart.h>
#include <xenos/xenos.h>
#include <xetypes.h>
Go to the source code of this file.
Data Structures | |
struct | _framerec |
Macros | |
#define | CPU_STACK_TRACE_DEPTH 10 |
Typedefs | |
typedef struct _framerec | frame_rec |
typedef struct _framerec * | frame_rec_t |
Functions | |
void | crashdump (u32 exception, u64 *context) |
#define CPU_STACK_TRACE_DEPTH 10 |
Definition at line 13 of file c_except.c.
typedef struct _framerec * frame_rec_t |
Definition at line 71 of file c_except.c.