pub fn get_stack_trace<T, P>(
thread: &T,
process: &P,
copy_locals: bool,
lineno: LineNo,
) -> Result<StackTrace, Error>where
T: ThreadState,
P: ProcessMemory,
Expand description
Gets a stack trace for an individual thread
pub fn get_stack_trace<T, P>(
thread: &T,
process: &P,
copy_locals: bool,
lineno: LineNo,
) -> Result<StackTrace, Error>where
T: ThreadState,
P: ProcessMemory,
Gets a stack trace for an individual thread