Searched refs:code_for_catch_exception (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsh-stub.c1267 static __inline__ void code_for_catch_exception(int n) function
1329 code_for_catch_exception (CPU_BUS_ERROR_VEC);
1330 code_for_catch_exception (DMA_BUS_ERROR_VEC);
1331 code_for_catch_exception (INVALID_INSN_VEC);
1332 code_for_catch_exception (INVALID_SLOT_VEC);
1333 code_for_catch_exception (NMI_VEC);
1334 code_for_catch_exception (TRAP_VEC);
1335 code_for_catch_exception (USER_VEC);
1336 code_for_catch_exception (IO_VEC);

Completed in 48 milliseconds