m64p_debugger

Undocumented in source.

Members

Static variables

DebugBreakpointCommand
int function(m64p_dbg_bkp_command, uint, m64p_breakpoint*) DebugBreakpointCommand;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugBreakpointLookup
int function(uint, uint, uint) DebugBreakpointLookup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugBreakpointTriggeredBy
void function(uint*, uint*) DebugBreakpointTriggeredBy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugDecodeOp
void function(uint, char*, char*, int) DebugDecodeOp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugGetCPUDataPtr
void* function(m64p_dbg_cpu_data) DebugGetCPUDataPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugGetState
int function(m64p_dbg_state) DebugGetState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemGetMemInfo
int function(m64p_dbg_mem_info, uint) DebugMemGetMemInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemGetPointer
void* function(m64p_dbg_mem_type) DebugMemGetPointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemGetRecompInfo
void* function(m64p_dbg_mem_info, uint, int) DebugMemGetRecompInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemRead16
ushort function(uint) DebugMemRead16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemRead32
uint function(uint) DebugMemRead32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemRead64
ulong function(uint) DebugMemRead64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemRead8
ubyte function(uint) DebugMemRead8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemWrite16
void function(uint, ushort) DebugMemWrite16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemWrite32
void function(uint, uint) DebugMemWrite32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemWrite64
void function(uint, ulong) DebugMemWrite64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugMemWrite8
void function(uint, ubyte) DebugMemWrite8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugSetCallbacks
m64p_error function(void function(), void function(uint), void function()) DebugSetCallbacks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugSetCoreCompare
m64p_error function(void function(uint), void function(int, void*)) DebugSetCoreCompare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugSetRunState
m64p_error function(m64p_dbg_runstate) DebugSetRunState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugStep
m64p_error function() DebugStep;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DebugVirtualToPhysical
uint function(uint) DebugVirtualToPhysical;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta