Home | History | Annotate | Download | only in ltrace

Lines Matching full:process

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,
109 int breakpoint_clone(struct breakpoint *retp, struct process *new_proc,
120 int breakpoint_turn_on(struct breakpoint *bp, struct process *proc);
125 int breakpoint_turn_off(struct breakpoint *bp, struct process *proc);
129 struct breakpoint *create_default_return_bp(struct process *proc);
134 struct breakpoint *insert_breakpoint_at(struct process *proc, arch_addr_t addr,
141 struct breakpoint *insert_breakpoint(struct process *proc,
155 void delete_breakpoint_at(struct process *proc, void *addr);
156 int delete_breakpoint(struct process *proc, struct breakpoint *bp);
159 struct breakpoint *address2bpstruct(struct process *proc, void *addr);
160 void disable_all_breakpoints(struct process *proc);
161 int breakpoints_init(struct process *proc);