Home
last modified time | relevance | path

Searched refs:previousFunction (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp499 Image* previousImage, FunctionDebugInfo* previousFunction, in UpdateStackFrameCpuState() argument
508 if (previousFunction == NULL || eip <= previousFunction->Address()) in UpdateStackFrameCpuState()
510 target_addr_t functionAddress = previousFunction->Address(); in UpdateStackFrameCpuState()
H A DArchitectureX86.h55 FunctionDebugInfo* previousFunction,
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp576 Image* previousImage, FunctionDebugInfo* previousFunction, in UpdateStackFrameCpuState() argument
585 if (previousFunction == NULL || rip <= previousFunction->Address()) in UpdateStackFrameCpuState()
587 target_addr_t functionAddress = previousFunction->Address(); in UpdateStackFrameCpuState()
H A DArchitectureX8664.h56 FunctionDebugInfo* previousFunction,
/haiku/headers/private/debugger/arch/
H A DArchitecture.h94 FunctionDebugInfo* previousFunction,