Lines Matching refs:bp
47 void (*on_hit)(struct breakpoint *bp, struct process *proc);
48 void (*on_continue)(struct breakpoint *bp, struct process *proc);
49 void (*on_install)(struct breakpoint *bp, struct process *proc);
50 void (*on_retract)(struct breakpoint *bp, struct process *proc);
59 struct breakpoint *bp, struct process *proc);
73 void breakpoint_on_hit(struct breakpoint *bp, struct process *proc);
77 void breakpoint_on_continue(struct breakpoint *bp, struct process *proc);
86 void breakpoint_on_retract(struct breakpoint *bp, struct process *proc);
92 void breakpoint_on_install(struct breakpoint *bp, struct process *proc);
97 struct breakpoint *bp, struct process *proc);
103 int breakpoint_init(struct breakpoint *bp, struct process *proc,
110 struct breakpoint *bp);
113 void breakpoint_set_callbacks(struct breakpoint *bp, struct bp_callbacks *cbs);
116 void breakpoint_destroy(struct breakpoint *bp);
120 int breakpoint_turn_on(struct breakpoint *bp, struct process *proc);
125 int breakpoint_turn_off(struct breakpoint *bp, struct process *proc);
142 struct breakpoint *bp);
145 const char *breakpoint_name(const struct breakpoint *bp);
148 struct library *breakpoint_library(const struct breakpoint *bp);
156 int delete_breakpoint(struct process *proc, struct breakpoint *bp);