Lines Matching full:debugger
109 "set to enter the debugger");
138 &kdb_break_to_debugger, 0, "Enable break to debugger");
142 &kdb_alt_break_to_debugger, 0, "Enable alternative break to debugger");
150 * Flag to indicate to debuggers why the debugger was entered.
346 kdb_enter(KDB_WHY_BREAK, "Break to debugger");
397 kdb_enter(KDB_WHY_BREAK, "Break to debugger");
434 * the selected debugger, provided it supports backtraces. If no debugger
435 * is selected or the current debugger does not support backtraces, this
540 * Enter the currently selected debugger. If a message has been provided,
541 * it is printed first. If the debugger does not support the enter method,
542 * it is entered by using breakpoint(), which enters the debugger through
545 * reason for entering the debugger so that the right script can be run.
561 * Initialize the kernel debugger interface.
583 printf("KDB: debugger backends:");
737 * Enter the debugger due to a trap.
754 /* We reenter the debugger through kdb_reenter(). */