GDB (xrefs)
Public Attributes | List of all members
frame_unwind Struct Reference

#include "frame-unwind.h"

Public Attributes

enum frame_type type
 
frame_unwind_stop_reason_ftypestop_reason
 
frame_this_id_ftypethis_id
 
frame_prev_register_ftypeprev_register
 
const struct frame_dataunwind_data
 
frame_sniffer_ftypesniffer
 
frame_dealloc_cache_ftypedealloc_cache
 
frame_prev_arch_ftypeprev_arch
 

Detailed Description

Definition at line 144 of file frame-unwind.h.

Member Data Documentation

◆ dealloc_cache

frame_dealloc_cache_ftype* frame_unwind::dealloc_cache

◆ prev_arch

frame_prev_arch_ftype* frame_unwind::prev_arch

Definition at line 157 of file frame-unwind.h.

Referenced by frame_unwind_arch().

◆ prev_register

frame_prev_register_ftype* frame_unwind::prev_register

◆ sniffer

frame_sniffer_ftype* frame_unwind::sniffer

◆ stop_reason

frame_unwind_stop_reason_ftype* frame_unwind::stop_reason

◆ this_id

frame_this_id_ftype* frame_unwind::this_id

◆ type

enum frame_type frame_unwind::type

◆ unwind_data

const struct frame_data* frame_unwind::unwind_data

Definition at line 154 of file frame-unwind.h.

Referenced by pyuw_on_new_gdbarch(), and tramp_frame_prepend_unwinder().


The documentation for this struct was generated from the following file: