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

/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp373 print_stack_frame(Thread* thread, addr_t ip, addr_t bp, addr_t nextBp, argument
383 diff = nextBp - bp;
398 nextBp + sizeof(stack_frame), false, false);
727 addr_t ip, nextBp; local
729 if (get_next_frame_debugger(bp, &nextBp, &ip) != B_OK) {
737 print_stack_frame(thread, ip, bp, nextBp, callIndex, demangle);
738 bp = nextBp;
1099 addr_t ip, nextBp; local
1101 if (get_next_frame_no_debugger(bp, &nextBp, &ip, true,
1109 bp = nextBp;
1152 addr_t nextBp; local
[all...]

Completed in 86 milliseconds