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

/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp286 int32 callIndex, bool demangle)
308 if (exactMatch && demangle) {
313 if (!exactMatch || !demangle || status != B_OK) {
345 bool demangle = true; local
348 demangle = false;
417 print_stack_frame(thread, frame->pc, fp, frame->r11, callIndex, demangle);
430 print_stack_frame(thread, ip, fp, next, callIndex, demangle);
285 print_stack_frame(Thread *thread, addr_t ip, addr_t fp, addr_t next, int32 callIndex, bool demangle) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp277 int32 callIndex, bool demangle)
299 if (exactMatch && demangle) {
304 if (!exactMatch || !demangle || status != B_OK) {
336 bool demangle = true; local
339 demangle = false;
399 print_stack_frame(thread, frame->elr, fp, frame->fp, callIndex, demangle);
412 print_stack_frame(thread, ip, fp, next, callIndex, demangle);
276 print_stack_frame(Thread *thread, addr_t ip, addr_t fp, addr_t next, int32 callIndex, bool demangle) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp374 int32 callIndex, bool demangle)
396 if (exactMatch && demangle) {
401 if (!exactMatch || !demangle || status != B_OK) {
670 bool demangle = true; local
673 demangle = false;
723 demangle);
737 print_stack_frame(thread, ip, bp, nextBp, callIndex, demangle);
373 print_stack_frame(Thread* thread, addr_t ip, addr_t bp, addr_t nextBp, int32 callIndex, bool demangle) argument

Completed in 98 milliseconds