Home
last modified time | relevance | path

Searched refs:dummy_frame (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddummy-frame.c70 struct dummy_frame struct
72 struct dummy_frame *next; argument
85 static struct dummy_frame *dummy_frame_stack = NULL;
94 struct dummy_frame *dummy_frame; in dummy_frame_push() local
96 dummy_frame = XCNEW (struct dummy_frame); in dummy_frame_push()
97 dummy_frame->caller_state = caller_state; in dummy_frame_push()
98 dummy_frame->id.id = (*dummy_id); in dummy_frame_push()
99 dummy_frame->id.thread = thread; in dummy_frame_push()
100 dummy_frame->next = dummy_frame_stack; in dummy_frame_push()
101 dummy_frame_stack = dummy_frame; in dummy_frame_push()
[all …]
DChangeLog-19995532 * blockframe.c (struct dummy_frame): Add member ``top''.
5537 * blockframe.c (generic_push_dummy_frame): Free the dummy_frame
8101 * frame.h (struct dummy_frame): Move from here.
8102 * blockframe.c (struct dummy_frame): To here.
8104 * blockframe.c (struct dummy_frame): Replace ``regs'' with pointer
DChangeLog-2002557 (struct dummy_frame): Add field id.
1941 (struct dummy_frame): Add comment mentioning that values are for
2311 (struct dummy_frame, dummy_frame_stack)
7237 (struct dummy_frame): Replace field ``registers'' with regcache, a
10460 * blockframe.c (struct dummy_frame): Add fields call_lo and
DChangeLog-2014612 * dummy-frame.c (struct dummy_frame) <dtor, dtor_data>: New
6750 (struct dummy_frame) <id>: Change its type to 'struct
6754 (pop_dummy_frame_bpt): Use ptid of dummy_frame instead of
6756 (pop_dummy_frame): Assert that the ptid of dummy_frame equals
DChangeLog-20159752 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
9766 (struct dummy_frame): Update dtor comment.
9790 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
DChangeLog-20044817 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4879 (struct dummy_frame): Delete "fp" and "sp".
DChangeLog-20038761 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
14921 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
DChangeLog-200913004 * dummy-frame.c (dummy_frame): Replace regcache member with
/netbsd/src/sys/arch/mac68k/dev/
Dadb_direct.c362 struct clockframe dummy_frame = { in adb_process_serial_intrs() local
366 (void)intr_dispatch(dummy_frame); in adb_process_serial_intrs()