Home
last modified time | relevance | path

Searched refs:gdbarch_fetch_pointer_argument (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjc-lang.c1474 object = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend()
1475 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend()
1496 object = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_stret()
1497 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 2, ptr_type); in resolve_msgsend_stret()
1520 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend_super()
1521 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super()
1548 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super_stret()
1549 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 2, ptr_type); in resolve_msgsend_super_stret()
Dgdbarch-gen.h931 extern CORE_ADDR gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, const frame_info_ptr &fra…
Dgdbarch.c3726 gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, const frame_info_ptr &frame, int argi, str… in gdbarch_fetch_pointer_argument() function
DChangeLog-20076396 gdbarch_fetch_pointer_argument.