Symbol: ImageInfo
headers/private/debugger/controllers/TeamDebugger.h
244
status_t _AddImage(const ImageInfo& imageInfo,
headers/private/debugger/debug_info/ImageDebugInfo.h
35
ImageDebugInfo(const ImageInfo& imageInfo);
headers/private/debugger/debug_info/ImageDebugInfo.h
38
const ImageInfo& GetImageInfo() const { return fImageInfo; }
headers/private/debugger/debug_info/ImageDebugInfo.h
81
ImageInfo fImageInfo;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
28
class ImageInfo;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
99
const ImageInfo& imageInfo,
headers/private/debugger/debug_info/SpecificTeamDebugInfo.h
13
class ImageInfo;
headers/private/debugger/debug_info/SpecificTeamDebugInfo.h
21
virtual status_t CreateImageDebugInfo(const ImageInfo& imageInfo,
headers/private/debugger/debug_info/TeamDebugInfo.h
31
class ImageInfo;
headers/private/debugger/debug_info/TeamDebugInfo.h
66
status_t LoadImageDebugInfo(const ImageInfo& imageInfo,
headers/private/debugger/model/Image.h
31
Image(Team* team, const ImageInfo& imageInfo,
headers/private/debugger/model/Image.h
40
const ImageInfo& Info() const { return fInfo; }
headers/private/debugger/model/Image.h
55
ImageInfo fInfo;
headers/private/debugger/model/ImageInfo.h
14
class ImageInfo {
headers/private/debugger/model/ImageInfo.h
16
ImageInfo();
headers/private/debugger/model/ImageInfo.h
17
ImageInfo(const ImageInfo& other);
headers/private/debugger/model/ImageInfo.h
18
ImageInfo(team_id team, image_id image,
headers/private/debugger/model/Team.h
137
status_t AddImage(const ImageInfo& imageInfo,
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
110
const ImageInfo& info = image->Info();
src/kits/debugger/controllers/DebugReportGenerator.cpp
344
const ImageInfo& info = image->Info();
src/kits/debugger/controllers/TeamDebugger.cpp
2408
TeamDebugger::_AddImage(const ImageInfo& imageInfo, Image** _image)
src/kits/debugger/controllers/TeamDebugger.cpp
497
BObjectList<ImageInfo, true> imageInfos(20);
src/kits/debugger/controllers/TeamDebugger.cpp
499
for (int32 i = 0; ImageInfo* info = imageInfos.ItemAt(i); i++) {
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
21
DebuggerImageDebugInfo::DebuggerImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
22
const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
66
ImageInfo fImageInfo;
src/kits/debugger/debug_info/DebuggerTeamDebugInfo.cpp
35
DebuggerTeamDebugInfo::CreateImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DebuggerTeamDebugInfo.h
14
class ImageInfo;
src/kits/debugger/debug_info/DebuggerTeamDebugInfo.h
26
virtual status_t CreateImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
329
DwarfImageDebugInfo::DwarfImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
152
ImageInfo fImageInfo;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
43
DwarfImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DwarfTeamDebugInfo.cpp
66
DwarfTeamDebugInfo::CreateImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/DwarfTeamDebugInfo.h
16
class ImageInfo;
src/kits/debugger/debug_info/DwarfTeamDebugInfo.h
35
virtual status_t CreateImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
18
ImageDebugInfo::ImageDebugInfo(const ImageInfo& imageInfo)
src/kits/debugger/debug_info/SpecificImageDebugInfo.cpp
25
const ImageInfo& imageInfo, SpecificImageDebugInfo* info)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
534
TeamDebugInfo::LoadImageDebugInfo(const ImageInfo& imageInfo,
src/kits/debugger/debugger_interface/DebugEvent.cpp
198
const ImageInfo& info)
src/kits/debugger/debugger_interface/DebugEvent.cpp
210
const ImageInfo& info)
src/kits/debugger/debugger_interface/DebugEvent.h
181
thread_id thread, const ImageInfo& info);
src/kits/debugger/debugger_interface/DebugEvent.h
183
const ImageInfo& GetImageInfo() const { return fInfo; }
src/kits/debugger/debugger_interface/DebugEvent.h
186
ImageInfo fInfo;
src/kits/debugger/debugger_interface/DebugEvent.h
193
thread_id thread, const ImageInfo& info);
src/kits/debugger/debugger_interface/DebugEvent.h
195
const ImageInfo& GetImageInfo() const { return fInfo; }
src/kits/debugger/debugger_interface/DebugEvent.h
198
ImageInfo fInfo;
src/kits/debugger/debugger_interface/DebuggerInterface.h
22
class ImageInfo;
src/kits/debugger/debugger_interface/DebuggerInterface.h
69
virtual status_t GetImageInfos(BObjectList<ImageInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
201
CoreFileDebuggerInterface::GetImageInfos(BObjectList<ImageInfo, true>& infos)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
206
ImageInfo* info = new(std::nothrow) ImageInfo;
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
53
virtual status_t GetImageInfos(BObjectList<ImageInfo, true>& infos);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
547
LocalDebuggerInterface::GetImageInfos(BObjectList<ImageInfo, true>& infos)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
553
ImageInfo* info = new(std::nothrow) ImageInfo(fTeamID, imageInfo.id,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
884
ImageInfo(fTeamID, info.id, info.name, info.type,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
894
ImageInfo(fTeamID, info.id, info.name, info.type,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
44
virtual status_t GetImageInfos(BObjectList<ImageInfo, true>& infos);
src/kits/debugger/jobs/LoadImageDebugInfoJob.cpp
51
ImageInfo imageInfo(fImage->Info());
src/kits/debugger/model/Image.cpp
14
Image::Image(Team* team,const ImageInfo& imageInfo, LocatableFile* imageFile)
src/kits/debugger/model/ImageInfo.cpp
21
ImageInfo::ImageInfo(const ImageInfo& other)
src/kits/debugger/model/ImageInfo.cpp
35
ImageInfo::ImageInfo(team_id team, image_id image, const BString& name,
src/kits/debugger/model/ImageInfo.cpp
52
ImageInfo::SetTo(team_id team, image_id image, const BString& name,
src/kits/debugger/model/ImageInfo.cpp
9
ImageInfo::ImageInfo()
src/kits/debugger/model/Team.cpp
201
Team::AddImage(const ImageInfo& imageInfo, LocatableFile* imageFile,
src/system/kernel/debug/core_dump.cpp
1052
ImageInfo* info = ImageInfo::Create(image);
src/system/kernel/debug/core_dump.cpp
1071
ImageInfo* imageInfo = _FindImageInfo(deviceId, areaInfo->NodeId());
src/system/kernel/debug/core_dump.cpp
1085
ImageInfo* _FindImageInfo(dev_t deviceId, ino_t nodeId) const
src/system/kernel/debug/core_dump.cpp
1088
ImageInfo* info = it.Next();) {
src/system/kernel/debug/core_dump.cpp
1309
ImageInfo* imageInfo = areaInfo->GetImageInfo();
src/system/kernel/debug/core_dump.cpp
1394
ImageInfo* imageInfo = it.Next();) {
src/system/kernel/debug/core_dump.cpp
1416
ImageInfo* imageInfo = it.Next();) {
src/system/kernel/debug/core_dump.cpp
1445
ImageInfo* imageInfo = it.Next();) {
src/system/kernel/debug/core_dump.cpp
1460
void _WriteImageSymbolsNote(const ImageInfo* imageInfo, Writer& writer)
src/system/kernel/debug/core_dump.cpp
1474
status_t _WriteImageSymbolsNote(const ImageInfo* imageInfo)
src/system/kernel/debug/core_dump.cpp
249
struct ImageInfo : DoublyLinkedListLinkImpl<ImageInfo> {
src/system/kernel/debug/core_dump.cpp
250
ImageInfo(struct image* image)
src/system/kernel/debug/core_dump.cpp
282
static ImageInfo* Create(struct image* image)
src/system/kernel/debug/core_dump.cpp
284
ImageInfo* imageInfo = new(std::nothrow) ImageInfo(image);
src/system/kernel/debug/core_dump.cpp
458
typedef DoublyLinkedList<ImageInfo> ImageInfoList;
src/system/kernel/debug/core_dump.cpp
535
ImageInfo* GetImageInfo() const
src/system/kernel/debug/core_dump.cpp
540
void SetImageInfo(ImageInfo* imageInfo)
src/system/kernel/debug/core_dump.cpp
556
ImageInfo* fImageInfo;
src/system/kernel/debug/core_dump.cpp
774
while (ImageInfo* info = fImageInfos.RemoveHead())