Function get_stack_traces

Source
pub fn get_stack_traces<I, P>(
    interpreter_address: usize,
    process: &P,
    threadstate_address: usize,
    config: Option<&Config>,
) -> Result<Vec<StackTrace>, Error>
where I: InterpreterState, P: ProcessMemory,
Expand description

Given an InterpreterState, this function returns a vector of stack traces for each thread