Searched refs:DebuggerImageDebugInfo (Results 1 – 4 of 4) sorted by relevance
21 DebuggerImageDebugInfo::DebuggerImageDebugInfo(const ImageInfo& imageInfo, in DebuggerImageDebugInfo() function in DebuggerImageDebugInfo32 DebuggerImageDebugInfo::~DebuggerImageDebugInfo() in ~DebuggerImageDebugInfo()39 DebuggerImageDebugInfo::Init() in Init()46 DebuggerImageDebugInfo::GetFunctions(const BObjectList<SymbolInfo>& symbols, in GetFunctions()55 DebuggerImageDebugInfo::GetType(GlobalTypeCache* cache, in GetType()64 DebuggerImageDebugInfo::HasType(const BString& name, in HasType()72 DebuggerImageDebugInfo::GetAddressSectionType(target_addr_t address) in GetAddressSectionType()79 DebuggerImageDebugInfo::CreateFrame(Image* image, in CreateFrame()89 DebuggerImageDebugInfo::GetStatement(FunctionDebugInfo* function, in GetStatement()97 DebuggerImageDebugInfo::GetStatementAtSourceLocation( in GetStatementAtSourceLocation()[all …]
19 class DebuggerImageDebugInfo : public SpecificImageDebugInfo {21 DebuggerImageDebugInfo(25 virtual ~DebuggerImageDebugInfo();
39 DebuggerImageDebugInfo* debuggerInfo in CreateImageDebugInfo()40 = new(std::nothrow) DebuggerImageDebugInfo(imageInfo, in CreateImageDebugInfo()
115 DebuggerImageDebugInfo.cpp