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

/gem5/util/statetrace/base/
H A Dtracechild.cc142 if (WIFSTOPPED(wait_val) && WSTOPSIG(wait_val) != SIGTRAP) {
/gem5/src/base/
H A Ddebug.cc48 // SIGTRAP which is ignored if not in gdb, but will cause the debugger
55 kill(getpid(), SIGTRAP); local
H A Dremote_gdb.hh143 bool breakpoint() { return trap(SIGTRAP); }
H A Dremote_gdb.cc193 gdb->trap(SIGTRAP);
676 trap(SIGTRAP);
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc452 raise(SIGTRAP);

Completed in 13 milliseconds