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

/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp612 DwarfStackFrameDebugInfo* stackFrameDebugInfo local
617 if (stackFrameDebugInfo == NULL)
620 stackFrameDebugInfo, true);
622 error = stackFrameDebugInfo->Init();
629 stackFrameDebugInfo);
661 if (stackFrameDebugInfo->CreateParameter(functionID,
672 _CreateLocalVariables(unit, frame, functionID, *stackFrameDebugInfo,
681 *stackFrameDebugInfo);
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp362 StackFrameDebugInfo* stackFrameDebugInfo local
364 if (stackFrameDebugInfo == NULL)
367 stackFrameDebugInfo, true);
370 framePointer, eip, stackFrameDebugInfo);

Completed in 35 milliseconds