Searched refs:program_breakpoint_here_p (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c339 gdbarch_program_breakpoint_here_p_ftype *program_breakpoint_here_p; member in struct:gdbarch
461 gdbarch->program_breakpoint_here_p = default_program_breakpoint_here_p;
709 /* Skip verify of program_breakpoint_here_p, invalid_p == 0 */
1252 "gdbarch_dump: program_breakpoint_here_p = <%s>\n",
1253 host_address_to_string (gdbarch->program_breakpoint_here_p));
4950 gdb_assert (gdbarch->program_breakpoint_here_p != NULL);
4953 return gdbarch->program_breakpoint_here_p (gdbarch, address);
4958 gdbarch_program_breakpoint_here_p_ftype program_breakpoint_here_p)
4960 gdbarch->program_breakpoint_here_p = program_breakpoint_here_p;
4957 set_gdbarch_program_breakpoint_here_p(struct gdbarch *gdbarch, gdbarch_program_breakpoint_here_p_ftype program_breakpoint_here_p) argument
[all...]
H A Dgdbarch.h1539 extern void set_gdbarch_program_breakpoint_here_p (struct gdbarch *gdbarch, gdbarch_program_breakpoint_here_p_ftype *program_breakpoint_here_p);
H A Dgdbarch.sh1122 m;bool;program_breakpoint_here_p;CORE_ADDR address;address;;default_program_breakpoint_here_p;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c243 gdbarch_program_breakpoint_here_p_ftype *program_breakpoint_here_p = default_program_breakpoint_here_p; member in struct:gdbarch
502 /* Skip verify of program_breakpoint_here_p, invalid_p == 0 */
1308 "gdbarch_dump: program_breakpoint_here_p = <%s>\n",
1309 host_address_to_string (gdbarch->program_breakpoint_here_p));
5060 gdb_assert (gdbarch->program_breakpoint_here_p != NULL);
5063 return gdbarch->program_breakpoint_here_p (gdbarch, address);
5068 gdbarch_program_breakpoint_here_p_ftype program_breakpoint_here_p)
5070 gdbarch->program_breakpoint_here_p = program_breakpoint_here_p;
5067 set_gdbarch_program_breakpoint_here_p(struct gdbarch *gdbarch, gdbarch_program_breakpoint_here_p_ftype program_breakpoint_here_p) argument
H A Dgdbarch-gen.h1557 extern void set_gdbarch_program_breakpoint_here_p (struct gdbarch *gdbarch, gdbarch_program_breakpoint_here_p_ftype *program_breakpoint_here_p);

Completed in 203 milliseconds