Home
last modified time | relevance | path

Searched refs:has_global_breakpoints (Results 1 – 10 of 10) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbarch.c265 int has_global_breakpoints; member
975 plongest (gdbarch->has_global_breakpoints)); in gdbarch_dump()
3722 return gdbarch->has_global_breakpoints; in gdbarch_has_global_breakpoints()
3727 int has_global_breakpoints) in set_gdbarch_has_global_breakpoints() argument
3729 gdbarch->has_global_breakpoints = has_global_breakpoints; in set_gdbarch_has_global_breakpoints()
H A Dgdbarch.h963 extern void set_gdbarch_has_global_breakpoints (struct gdbarch *gdbarch, int has_global_breakpoints
H A DChangeLog-20099230 (has_global_breakpoints): New.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbarch.c277 int has_global_breakpoints; member
1058 plongest (gdbarch->has_global_breakpoints)); in gdbarch_dump()
4149 return gdbarch->has_global_breakpoints; in gdbarch_has_global_breakpoints()
4154 int has_global_breakpoints) in set_gdbarch_has_global_breakpoints() argument
4156 gdbarch->has_global_breakpoints = has_global_breakpoints; in set_gdbarch_has_global_breakpoints()
H A Dgdbarch.h1148 extern void set_gdbarch_has_global_breakpoints (struct gdbarch *gdbarch, int has_global_breakpoints
H A DChangeLog-20099230 (has_global_breakpoints): New.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbarch.c332 int has_global_breakpoints; member
1149 plongest (gdbarch->has_global_breakpoints)); in gdbarch_dump()
4890 return gdbarch->has_global_breakpoints; in gdbarch_has_global_breakpoints()
4895 int has_global_breakpoints) in set_gdbarch_has_global_breakpoints() argument
4897 gdbarch->has_global_breakpoints = has_global_breakpoints; in set_gdbarch_has_global_breakpoints()
H A Dgdbarch.sh1077 v;int;has_global_breakpoints;;;0;0;;0
H A Dgdbarch.h1488 extern void set_gdbarch_has_global_breakpoints (struct gdbarch *gdbarch, int has_global_breakpoints
H A DChangeLog-20099226 (has_global_breakpoints): New.