Searched refs:DwarfStackFrameDebugInfo (Results 1 – 5 of 5) sorted by relevance
/haiku/src/kits/debugger/debug_info/ |
H A D | DwarfStackFrameDebugInfo.cpp | 37 struct DwarfStackFrameDebugInfo::DwarfFunctionParameterID 77 struct DwarfStackFrameDebugInfo::DwarfLocalVariableID : public LocalVariableID { 125 struct DwarfStackFrameDebugInfo::DwarfReturnValueID 166 DwarfStackFrameDebugInfo::DwarfStackFrameDebugInfo(Architecture* architecture, in DwarfStackFrameDebugInfo() function in DwarfStackFrameDebugInfo 184 DwarfStackFrameDebugInfo::~DwarfStackFrameDebugInfo() in ~DwarfStackFrameDebugInfo() 196 DwarfStackFrameDebugInfo::Init() in Init() 222 DwarfStackFrameDebugInfo::CreateParameter(FunctionID* functionID, in CreateParameter() 246 DwarfStackFrameDebugInfo::CreateLocalVariable(FunctionID* functionID, in CreateLocalVariable() 281 DwarfStackFrameDebugInfo::CreateReturnValue(FunctionID* functionID, in CreateReturnValue() 315 DwarfStackFrameDebugInfo::_CreateVariable(ObjectID* id, const BString& name, in _CreateVariable() [all …]
|
H A D | DwarfStackFrameDebugInfo.h | 35 class DwarfStackFrameDebugInfo : public StackFrameDebugInfo { 37 DwarfStackFrameDebugInfo( 49 ~DwarfStackFrameDebugInfo();
|
H A D | DwarfImageDebugInfo.h | 27 class DwarfStackFrameDebugInfo; variable 119 DwarfStackFrameDebugInfo& factory, 129 DwarfStackFrameDebugInfo& factory);
|
H A D | DwarfImageDebugInfo.cpp | 676 DwarfStackFrameDebugInfo* stackFrameDebugInfo in CreateFrame() 677 = new(std::nothrow) DwarfStackFrameDebugInfo(fArchitecture, in CreateFrame() 683 BReference<DwarfStackFrameDebugInfo> stackFrameDebugInfoReference( in CreateFrame() 1096 DwarfStackFrameDebugInfo& factory, target_addr_t instructionPointer, in _CreateLocalVariables() 1172 Image* image, StackFrame* frame, DwarfStackFrameDebugInfo& factory) in _CreateReturnValues()
|
/haiku/src/kits/debugger/ |
H A D | Jamfile | 78 DwarfStackFrameDebugInfo.cpp 120 DwarfStackFrameDebugInfo.cpp
|