Home
last modified time | relevance | path

Searched refs:StackFrameDebugInfo (Results 1 – 11 of 11) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DStackFrameDebugInfo.cpp13 StackFrameDebugInfo::StackFrameDebugInfo() in StackFrameDebugInfo() function in StackFrameDebugInfo
18 StackFrameDebugInfo::~StackFrameDebugInfo() in ~StackFrameDebugInfo()
H A DNoOpStackFrameDebugInfo.cpp12 StackFrameDebugInfo() in NoOpStackFrameDebugInfo()
H A DNoOpStackFrameDebugInfo.h12 class NoOpStackFrameDebugInfo : public StackFrameDebugInfo {
H A DDwarfStackFrameDebugInfo.h35 class DwarfStackFrameDebugInfo : public StackFrameDebugInfo {
H A DDwarfStackFrameDebugInfo.cpp173 StackFrameDebugInfo(), in DwarfStackFrameDebugInfo()
/haiku/headers/private/debugger/debug_info/
H A DStackFrameDebugInfo.h24 class StackFrameDebugInfo : public BReferenceable {
26 StackFrameDebugInfo();
27 virtual ~StackFrameDebugInfo();
/haiku/headers/private/debugger/model/
H A DStackFrame.h29 class StackFrameDebugInfo; variable
45 StackFrameDebugInfo* debugInfo);
53 StackFrameDebugInfo* DebugInfo() const { return fDebugInfo; } in DebugInfo()
100 StackFrameDebugInfo* fDebugInfo;
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp24 StackFrameDebugInfo* debugInfo) in StackFrame()
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp448 StackFrameDebugInfo* stackFrameDebugInfo in CreateStackFrame()
452 BReference<StackFrameDebugInfo> stackFrameDebugInfoReference( in CreateStackFrame()
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp525 StackFrameDebugInfo* stackFrameDebugInfo in CreateStackFrame()
529 BReference<StackFrameDebugInfo> stackFrameDebugInfoReference( in CreateStackFrame()
/haiku/src/kits/debugger/
H A DJamfile137 StackFrameDebugInfo.cpp