Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Darch-utils.h161 CORE_ADDR *pcptr, int *kindptr);
H A Darch-utils.c783 default_remote_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, in default_remote_breakpoint_from_pc() argument
786 gdbarch_breakpoint_from_pc (gdbarch, pcptr, kindptr); in default_remote_breakpoint_from_pc()
H A Dgdbarch.h494 …byte * (gdbarch_breakpoint_from_pc_ftype) (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr);
495 extern const gdb_byte * gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int …
502 typedef void (gdbarch_remote_breakpoint_from_pc_ftype) (struct gdbarch *gdbarch, CORE_ADDR *pcptr, …
503 extern void gdbarch_remote_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *kind…
H A Dgdbarch.c2655 gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) in gdbarch_breakpoint_from_pc() argument
2661 return gdbarch->breakpoint_from_pc (gdbarch, pcptr, lenptr); in gdbarch_breakpoint_from_pc()
2672 gdbarch_remote_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *kindptr) in gdbarch_remote_breakpoint_from_pc() argument
2678 gdbarch->remote_breakpoint_from_pc (gdbarch, pcptr, kindptr); in gdbarch_remote_breakpoint_from_pc()