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

/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp448 StackFrameDebugInfo* stackFrameDebugInfo local
450 if (stackFrameDebugInfo == NULL)
453 stackFrameDebugInfo, true);
456 framePointer, eip, stackFrameDebugInfo);
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp525 StackFrameDebugInfo* stackFrameDebugInfo local
527 if (stackFrameDebugInfo == NULL)
530 stackFrameDebugInfo, true);
533 framePointer, rip, stackFrameDebugInfo);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp677 DwarfStackFrameDebugInfo* stackFrameDebugInfo local
682 if (stackFrameDebugInfo == NULL)
685 stackFrameDebugInfo, true);
687 error = stackFrameDebugInfo->Init();
694 stackFrameDebugInfo);
726 if (stackFrameDebugInfo->CreateParameter(functionID,
737 _CreateLocalVariables(unit, frame, functionID, *stackFrameDebugInfo,
743 *stackFrameDebugInfo);

Completed in 79 milliseconds