GDB (xrefs)
|
#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 void dummy_frame_dtor_ftype(void *data, int registers_valid) |
Definition at line 61 of file dummy-frame.h.
|
extern |
Definition at line 393 of file dummy-frame.c.
References frame_id_build(), get_frame_pc(), and get_frame_sp().
|
extern |
Definition at line 222 of file dummy-frame.c.
References dummy_frame_id::id, lookup_dummy_frame(), remove_dummy_frame(), and dummy_frame_id::thread.
Referenced by check_longjmp_breakpoint_for_call_dummy().
|
extern |
Definition at line 206 of file dummy-frame.c.
References dummy_frame_id::id, lookup_dummy_frame(), pop_dummy_frame(), and dummy_frame_id::thread.
Referenced by call_function_by_hand_dummy(), and frame_pop().
|
extern |
Definition at line 92 of file dummy-frame.c.
References dummy_frame::caller_state, dummy_frame_stack, dummy_frame_id::id, dummy_frame::id, dummy_frame::next, and dummy_frame_id::thread.
Referenced by call_function_by_hand_dummy().
|
extern |
Definition at line 255 of file dummy-frame.c.
References dummy_frame_dtor_list::dtor, dummy_frame_dtor_list::dtor_data, dummy_frame::dtor_list, dummy_frame_stack, dummy_frame_dtor_list::next, and dummy_frame::next.
Referenced by compile_object_run().
|
extern |
Definition at line 235 of file dummy-frame.c.
References dummy_frame_dtor_list::dtor, dummy_frame_dtor_list::dtor_data, dummy_frame::dtor_list, dummy_frame_id::id, lookup_dummy_frame(), dummy_frame_dtor_list::next, and dummy_frame_id::thread.
Referenced by call_function_by_hand_dummy().
|
extern |
Definition at line 379 of file dummy-frame.c.
Referenced by get_frame_unwind_table().