Home
last modified time | relevance | path

Searched defs:breakpoint_ops (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.h501 struct breakpoint_ops struct
505 void (*dtor) (struct breakpoint *self);
508 struct bp_location * (*allocate_location) (struct breakpoint *);
513 void (*re_set) (struct breakpoint *self);
518 int (*insert_location) (struct bp_location *);
524 int (*remove_location) (struct bp_location *);
532 int (*breakpoint_hit) (const struct bp_location *bl,
539 void (*check_status) (struct bpstats *bs);
544 int (*resources_needed) (const struct bp_location *);
549 int (*works_in_software_mode) (const struct breakpoint *);
[all …]