Searched refs:bug_ctx (Results 1 – 1 of 1) sorted by relevance
152 if (bug_ctx.do_break) in do_bedbug_break()199 if (bug_ctx.clear) in bedbug_main_loop()200 (*bug_ctx.clear) (bug_ctx.current_bp); in bedbug_main_loop()205 bug_ctx.stopped = 1; in bedbug_main_loop()206 bug_ctx.regs = regs; in bedbug_main_loop()232 bug_ctx.regs = NULL; in bedbug_main_loop()254 bug_ctx.stopped = 0; in do_bedbug_continue()282 if (bug_ctx.set) in do_bedbug_step()283 (*bug_ctx.set) (bug_ctx.current_bp, addr); in do_bedbug_step()313 if (bug_ctx.set) in do_bedbug_next()[all …]