gdb_trapper
static int gdb_trapper(u_int, u_int, struct trapframe *, int);
gdb_uh.uh_handler = gdb_trapper;
install_undef32_handler(gdb_trapper);