Lines Matching refs:DebuggerImageDebugInfo
21 DebuggerImageDebugInfo::DebuggerImageDebugInfo(const ImageInfo& imageInfo, in DebuggerImageDebugInfo() function in DebuggerImageDebugInfo
32 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()
106 DebuggerImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* function, in GetSourceLanguage()
114 DebuggerImageDebugInfo::ReadCode(target_addr_t address, void* buffer, in ReadCode()
122 DebuggerImageDebugInfo::AddSourceCodeInfo(LocatableFile* file, in AddSourceCodeInfo()