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

  /src/sys/arch/x86/x86/
db_trace.c 115 int is_trap; local in function:db_stack_trace_print
203 is_trap = NONE;
205 sym = db_frame_info(frame, callpc, &name, &offset, &is_trap,
231 if (is_trap == NONE) {
279 frame + 2, is_trap, pr))
309 if (count && is_trap != NONE) {
db_trace.c 115 int is_trap; local in function:db_stack_trace_print
203 is_trap = NONE;
205 sym = db_frame_info(frame, callpc, &name, &offset, &is_trap,
231 if (is_trap == NONE) {
279 frame + 2, is_trap, pr))
309 if (count && is_trap != NONE) {

Completed in 23 milliseconds