Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp676 DwarfStackFrameDebugInfo* stackFrameDebugInfo in CreateFrame() local
681 if (stackFrameDebugInfo == NULL) in CreateFrame()
684 stackFrameDebugInfo, true); in CreateFrame()
686 error = stackFrameDebugInfo->Init(); in CreateFrame()
693 stackFrameDebugInfo); in CreateFrame()
725 if (stackFrameDebugInfo->CreateParameter(functionID, in CreateFrame()
736 _CreateLocalVariables(unit, frame, functionID, *stackFrameDebugInfo, in CreateFrame()
742 *stackFrameDebugInfo); in CreateFrame()
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp448 StackFrameDebugInfo* stackFrameDebugInfo in CreateStackFrame() local
450 if (stackFrameDebugInfo == NULL) in CreateStackFrame()
453 stackFrameDebugInfo, true); in CreateStackFrame()
456 framePointer, eip, stackFrameDebugInfo); in CreateStackFrame()
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp525 StackFrameDebugInfo* stackFrameDebugInfo in CreateStackFrame() local
527 if (stackFrameDebugInfo == NULL) in CreateStackFrame()
530 stackFrameDebugInfo, true); in CreateStackFrame()
533 framePointer, rip, stackFrameDebugInfo); in CreateStackFrame()