Home
last modified time | relevance | path

Searched refs:exceptionVector (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/stubs/
H A Dm68k-stub.c166 int exceptionVector; /* cpu vector causing exception */ member
698 computeSignal (exceptionVector) in computeSignal() argument
699 int exceptionVector; in computeSignal()
702 switch (exceptionVector)
816 handle_exception (int exceptionVector) in handle_exception() argument
826 exceptionVector, registers[PS], registers[PC]); in handle_exception()
829 sigval = computeSignal (exceptionVector); in handle_exception()
955 frame, frame->exceptionPC, frame->exceptionVector); in handle_exception()
963 if ((frame->exceptionVector == 33) && in handle_exception()
982 if ((frame->exceptionVector != 9) && in handle_exception()
[all …]
H A Dsh-stub.c205 static int computeSignal (int exceptionVector);
206 static void handle_exception (int exceptionVector);
520 computeSignal (int exceptionVector) in computeSignal() argument
523 switch (exceptionVector) in computeSignal()
656 gdb_handle_exception (int exceptionVector) in gdb_handle_exception() argument
663 sigval = computeSignal (exceptionVector); in gdb_handle_exception()
677 if (exceptionVector == 0xff in gdb_handle_exception()
678 || exceptionVector == 0x20) in gdb_handle_exception()
793 void handle_exception(int exceptionVector) in handle_exception() argument
797 monitor_handle_exception (exceptionVector); in handle_exception()
[all …]
H A Di386-stub.c655 computeSignal (int exceptionVector) in computeSignal() argument
658 switch (exceptionVector) in computeSignal()
744 handle_exception (int exceptionVector) in handle_exception() argument
751 gdb_i386vector = exceptionVector; in handle_exception()
756 exceptionVector, registers[PS], registers[PC]); in handle_exception()
760 sigval = computeSignal (exceptionVector); in handle_exception()
H A Dm32r-stub.c209 handle_exception (int exceptionVector) in handle_exception() argument
220 gdb_m32r_vector = exceptionVector; in handle_exception()
224 mem2hex ((unsigned char *) &exceptionVector, buf, 4, 0); in handle_exception()
231 sigval = computeSignal (exceptionVector); in handle_exception()
258 if (exceptionVector == 0) /* simulated SYS call stuff */ in handle_exception()
852 computeSignal (int exceptionVector) in computeSignal() argument
855 switch (exceptionVector) in computeSignal()
/dflybsd-src/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c352 computeSignal (int exceptionVector) in computeSignal() argument
355 switch (exceptionVector & ~T_USER) in computeSignal()