db_trace.c | 263 int depth, prdepth, fpdepth; variable in typeref:typename:int 275 prdepth = fpdepth = -1; 298 fpdepth = depth; 352 DPRINTF(2, "%s:%d: fpdepth=%d prdepth=%d depth=%d sp=%lx->%lx\n", 353 __func__, __LINE__, fpdepth, prdepth, depth, *sp, *sp - depth * 4); 357 ((fpdepth != -1) || (prdepth != -1))) { 371 if (j == (depth - fpdepth - 1)) 378 if (fpdepth != -1) 379 db_read_bytes((db_addr_t)&stack[depth - fpdepth - 1], 396 if ((prdepth == -1) && (fpdepth == -1) && (depth == 0) [all...] |