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 143 of file frame-unwind.h.

Member Data Documentation

frame_dealloc_cache_ftype* frame_unwind::dealloc_cache
frame_prev_arch_ftype* frame_unwind::prev_arch

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

Referenced by frame_unwind_arch().

frame_prev_register_ftype* frame_unwind::prev_register
frame_sniffer_ftype* frame_unwind::sniffer
frame_unwind_stop_reason_ftype* frame_unwind::stop_reason
frame_this_id_ftype* frame_unwind::this_id
enum frame_type frame_unwind::type
const struct frame_data* frame_unwind::unwind_data

Definition at line 153 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: