HomeSort by: relevance | last modified time | path
    Searched defs:gdb_trapper (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/arm/
undefined.c 83 static int gdb_trapper(u_int, u_int, struct trapframe *, int);
177 gdb_trapper(u_int addr, u_int insn, struct trapframe *tf, int code) function in typeref:typename:int
236 .uh_handler = gdb_trapper,
240 .uh_handler = gdb_trapper,
undefined.c 83 static int gdb_trapper(u_int, u_int, struct trapframe *, int);
177 gdb_trapper(u_int addr, u_int insn, struct trapframe *tf, int code) function in typeref:typename:int
236 .uh_handler = gdb_trapper,
240 .uh_handler = gdb_trapper,

Completed in 21 milliseconds