Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dobjc-lang.c1514 object = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend()
1515 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend()
1536 object = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_stret()
1537 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 2, ptr_type); in resolve_msgsend_stret()
1560 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend_super()
1561 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super()
1588 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super_stret()
1589 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 2, ptr_type); in resolve_msgsend_super_stret()
H A Dgdbarch.h715 extern CORE_ADDR gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, struct frame_info *frame,…
H A Dgdbarch.c3299 gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, struct frame_info *frame, int argi, struct… in gdbarch_fetch_pointer_argument() function