GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
frame_unwind Struct Reference

#include "frame-unwind.h"

Public Attributes

const char * name
 
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 159 of file frame-unwind.h.

Member Data Documentation

◆ dealloc_cache

frame_dealloc_cache_ftype* frame_unwind::dealloc_cache

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

Referenced by dwarf2_frame_dealloc_cache(), frame_info_del(), and pyuw_on_new_gdbarch().

◆ name

const char* frame_unwind::name

◆ prev_arch

frame_prev_arch_ftype* frame_unwind::prev_arch

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

Referenced by frame_unwind_arch(), and tramp_frame_prepend_unwinder().

◆ 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

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