Skip to main content

stack_dump

Function stack_dump 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn stack_dump(sp: *mut u64) -> *mut u64
Expand description

Dump all values on the stack (for REPL debugging).

ยงSafety

Stack base must have been set and sp must be valid.