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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c323 int has_global_breakpoints; member in struct:gdbarch
694 /* Skip verify of has_global_breakpoints, invalid_p == 0 */
1108 "gdbarch_dump: has_global_breakpoints = %s\n",
1109 plongest (gdbarch->has_global_breakpoints));
4665 /* Skip verify of has_global_breakpoints, invalid_p == 0 */
4668 return gdbarch->has_global_breakpoints;
4673 int has_global_breakpoints)
4675 gdbarch->has_global_breakpoints = has_global_breakpoints;
4672 set_gdbarch_has_global_breakpoints(struct gdbarch *gdbarch, int has_global_breakpoints) argument
H A Dgdbarch.h1413 extern void set_gdbarch_has_global_breakpoints (struct gdbarch *gdbarch, int has_global_breakpoints);
H A Dgdbarch.sh1046 v;int;has_global_breakpoints;;;0;0;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c227 int has_global_breakpoints = 0; member in struct:gdbarch
486 /* Skip verify of has_global_breakpoints, invalid_p == 0 */
1254 "gdbarch_dump: has_global_breakpoints = %s\n",
1255 plongest (gdbarch->has_global_breakpoints));
4774 /* Skip verify of has_global_breakpoints, invalid_p == 0 */
4777 return gdbarch->has_global_breakpoints;
4782 int has_global_breakpoints)
4784 gdbarch->has_global_breakpoints = has_global_breakpoints;
4781 set_gdbarch_has_global_breakpoints(struct gdbarch *gdbarch, int has_global_breakpoints) argument
H A Dgdbarch-gen.h1436 extern void set_gdbarch_has_global_breakpoints (struct gdbarch *gdbarch, int has_global_breakpoints);

Completed in 111 milliseconds