Function swift_runtime_sys::root::swift::dumpStackTraceEntry

source ยท
pub unsafe extern "C" fn dumpStackTraceEntry(
    index: c_uint,
    framePC: *mut c_void,
    shortOutput: bool,
)
Expand description

This function dumps one line of a stack trace. It is assumed that \p framePC is the address of the stack frame at index \p index. If \p shortOutput is true, this functions prints only the name of the symbol and offset, ignores \p index argument and omits the newline.