GDB (xrefs)
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
dummy-frame.h File Reference
#include "frame.h"

Go to the source code of this file.

Typedefs

typedef void dummy_frame_dtor_ftype(void *data, int registers_valid)
 

Functions

void dummy_frame_push (infcall_suspend_state *caller_state, const frame_id *dummy_id, thread_info *thread)
 
void dummy_frame_pop (frame_id dummy_id, thread_info *thread)
 
void dummy_frame_discard (frame_id dummy_id, thread_info *thread)
 
void register_dummy_frame_dtor (frame_id dummy_id, thread_info *thread, dummy_frame_dtor_ftype *dtor, void *dtor_data)
 
int find_dummy_frame_dtor (dummy_frame_dtor_ftype *dtor, void *dtor_data)
 
struct frame_id default_dummy_id (struct gdbarch *gdbarch, frame_info_ptr this_frame)
 

Variables

const struct frame_unwind dummy_frame_unwind
 

Typedef Documentation

◆ dummy_frame_dtor_ftype

typedef void dummy_frame_dtor_ftype(void *data, int registers_valid)

Definition at line 61 of file dummy-frame.h.

Function Documentation

◆ default_dummy_id()

struct frame_id default_dummy_id ( struct gdbarch * gdbarch,
frame_info_ptr this_frame )
extern

Definition at line 393 of file dummy-frame.c.

References frame_id_build(), get_frame_pc(), and get_frame_sp().

◆ dummy_frame_discard()

void dummy_frame_discard ( frame_id dummy_id,
thread_info * thread )
extern

◆ dummy_frame_pop()

void dummy_frame_pop ( frame_id dummy_id,
thread_info * thread )
extern

◆ dummy_frame_push()

void dummy_frame_push ( infcall_suspend_state * caller_state,
const frame_id * dummy_id,
thread_info * thread )
extern

◆ find_dummy_frame_dtor()

int find_dummy_frame_dtor ( dummy_frame_dtor_ftype * dtor,
void * dtor_data )
extern

◆ register_dummy_frame_dtor()

void register_dummy_frame_dtor ( frame_id dummy_id,
thread_info * thread,
dummy_frame_dtor_ftype * dtor,
void * dtor_data )
extern

Variable Documentation

◆ dummy_frame_unwind

const struct frame_unwind dummy_frame_unwind
extern

Definition at line 379 of file dummy-frame.c.

Referenced by get_frame_unwind_table().