[−][src]Function pspsdk_sys::sdk::pspDebugGetStackTrace
pub unsafe extern "C" fn pspDebugGetStackTrace(
results: *mut c_uint,
max: c_int
) -> c_int
Get a MIPS stack trace (might work :P)
@param results - List of points to store the results of the trace, (up to max) @param max - Maximum number of back traces
@return The number of frames stored in results.