Symbol: TeamDebugInfo
headers/private/debugger/controllers/TeamDebugger.h
269
TeamDebugInfo* fTeamDebugInfo;
headers/private/debugger/controllers/TeamDebugger.h
29
class TeamDebugInfo;
headers/private/debugger/debug_info/TeamDebugInfo.h
38
class TeamDebugInfo : public BReferenceable, public GlobalTypeLookup,
headers/private/debugger/debug_info/TeamDebugInfo.h
41
TeamDebugInfo(
headers/private/debugger/debug_info/TeamDebugInfo.h
45
~TeamDebugInfo();
headers/private/debugger/model/Team.h
107
TeamDebugInfo* debugInfo,
headers/private/debugger/model/Team.h
121
TeamDebugInfo* DebugInfo() const { return fDebugInfo; }
headers/private/debugger/model/Team.h
299
TeamDebugInfo* fDebugInfo;
headers/private/debugger/model/Team.h
76
class TeamDebugInfo;
src/kits/debugger/controllers/TeamDebugger.cpp
364
TeamDebugInfo* teamDebugInfo = new(std::nothrow) TeamDebugInfo(
src/kits/debugger/controllers/TeamDebugger.cpp
369
BReference<TeamDebugInfo> teamDebugInfoReference(teamDebugInfo, true);
src/kits/debugger/debug_info/TeamDebugInfo.cpp
231
struct TeamDebugInfo::SourceFileHashDefinition {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
260
TeamDebugInfo::TeamDebugInfo(DebuggerInterface* debuggerInterface,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
277
TeamDebugInfo::~TeamDebugInfo()
src/kits/debugger/debug_info/TeamDebugInfo.cpp
309
TeamDebugInfo::Init()
src/kits/debugger/debug_info/TeamDebugInfo.cpp
377
TeamDebugInfo::LookupTypeByName(const BString& name,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
385
TeamDebugInfo::TypeExistsByName(const BString& name,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
39
struct TeamDebugInfo::FunctionHashDefinition {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
393
TeamDebugInfo::GetType(GlobalTypeCache* cache, const BString& name,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
439
TeamDebugInfo::HasType(GlobalTypeCache* cache, const BString& name,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
480
TeamDebugInfo::GetActiveSourceCode(FunctionDebugInfo* info, SourceCode*& _code)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
534
TeamDebugInfo::LoadImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
583
TeamDebugInfo::LoadSourceCode(LocatableFile* file, FileSourceCode*& _sourceCode)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
655
TeamDebugInfo::ClearSourceCode(LocatableFile* sourceFile)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
666
TeamDebugInfo::DisassembleFunction(FunctionInstance* functionInstance,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
692
TeamDebugInfo::AddImageDebugInfo(ImageDebugInfo* imageDebugInfo)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
759
TeamDebugInfo::RemoveImageDebugInfo(ImageDebugInfo* imageDebugInfo)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
796
TeamDebugInfo::ImageDebugInfoByName(const char* name) const
src/kits/debugger/debug_info/TeamDebugInfo.cpp
808
TeamDebugInfo::FunctionAtSourceLocation(LocatableFile* file,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
818
TeamDebugInfo::FunctionByID(FunctionID* functionID) const
src/kits/debugger/debug_info/TeamDebugInfo.cpp
851
TeamDebugInfo::_AddFunction(Function* function)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
88
struct TeamDebugInfo::SourceFileEntry {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
889
TeamDebugInfo::_RemoveFunction(Function* function)
src/kits/debugger/model/Team.cpp
75
TeamDebugInfo* debugInfo, TeamTypeInformation* typeInformation)