Lines Matching full:trap
472 trap, illegal divide, or some other instruction that will cause an
475 the original instruction, single-step, re-insert the trap, and continue
4103 use a trap instruction for a breakpoint, it's not required; for
4127 Although it is common to use a trap instruction for a breakpoint,
4550 Define this to be the 4-bit location of the breakpoint trap
4811 The trap handling code in the stub assumes the following upon entry
4815 trap;
4819 3. you are in the correct trap window.
4821 As long as your trap handler can guarantee those conditions, then
4824 the hardware trap vector. That is why it calls `exceptionHandler()',
4827 first, and then transfers to its own trap handler.
4833 trap for us is for `ta 1'. Without that, we can't single step or do
4948 When starting an inferior, GDB normally expects to trap twice;