pub fn stack_frames(drcontext: *mut c_void) -> Option<Vec<Option<usize>>>Expand description
Return raw frame addresses from the shadow stack (order preserved).
Returns Some(frames) when the thread-local shadow stack is available, or None if the TLS pointer is null (e.g., uninitialized or torn down).