Lines Matching refs:debug
34 #include <asm/debug-monitors.h>
182 if (current->thread.debug.hbp_break[i] == bp) {
189 if (current->thread.debug.hbp_watch[i] == bp) {
212 if (t->debug.hbp_break[i]) {
213 unregister_hw_breakpoint(t->debug.hbp_break[i]);
214 t->debug.hbp_break[i] = NULL;
219 if (t->debug.hbp_watch[i]) {
220 unregister_hw_breakpoint(t->debug.hbp_watch[i]);
221 t->debug.hbp_watch[i] = NULL;
228 memset(&tsk->thread.debug, 0, sizeof(struct debug_info));
242 bp = tsk->thread.debug.hbp_break[idx];
248 bp = tsk->thread.debug.hbp_watch[idx];
268 tsk->thread.debug.hbp_break[idx] = bp;
275 tsk->thread.debug.hbp_watch[idx] = bp;