Symbol: ImageDebugInfo
headers/private/debugger/controllers/ThreadHandler.h
84
ImageDebugInfo*& _info);
headers/private/debugger/debug_info/FunctionInstance.h
27
class ImageDebugInfo;
headers/private/debugger/debug_info/FunctionInstance.h
33
FunctionInstance(ImageDebugInfo* imageDebugInfo,
headers/private/debugger/debug_info/FunctionInstance.h
37
ImageDebugInfo* GetImageDebugInfo() const
headers/private/debugger/debug_info/FunctionInstance.h
73
ImageDebugInfo* fImageDebugInfo;
headers/private/debugger/debug_info/ImageDebugInfo.h
33
class ImageDebugInfo : public BReferenceable {
headers/private/debugger/debug_info/ImageDebugInfo.h
35
ImageDebugInfo(const ImageInfo& imageInfo);
headers/private/debugger/debug_info/ImageDebugInfo.h
36
~ImageDebugInfo();
headers/private/debugger/debug_info/ImageDebugInfoProvider.h
12
class ImageDebugInfo;
headers/private/debugger/debug_info/ImageDebugInfoProvider.h
20
ImageDebugInfo*& _info) = 0;
headers/private/debugger/debug_info/TeamDebugInfo.h
100
typedef BObjectList<ImageDebugInfo> ImageList;
headers/private/debugger/debug_info/TeamDebugInfo.h
29
class ImageDebugInfo;
headers/private/debugger/debug_info/TeamDebugInfo.h
69
ImageDebugInfo*& _imageDebugInfo);
headers/private/debugger/debug_info/TeamDebugInfo.h
85
ImageDebugInfo* imageDebugInfo);
headers/private/debugger/debug_info/TeamDebugInfo.h
87
ImageDebugInfo* imageDebugInfo);
headers/private/debugger/debug_info/TeamDebugInfo.h
88
ImageDebugInfo* ImageDebugInfoByName(const char* name) const;
headers/private/debugger/model/Image.h
24
class ImageDebugInfo;
headers/private/debugger/model/Image.h
47
ImageDebugInfo* GetImageDebugInfo() const { return fDebugInfo; }
headers/private/debugger/model/Image.h
50
status_t SetImageDebugInfo(ImageDebugInfo* debugInfo,
headers/private/debugger/model/Image.h
58
ImageDebugInfo* fDebugInfo;
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
125
ImageDebugInfo* info = image->GetImageDebugInfo();
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
139
ExceptionStopConfigView::_FindExceptionFunction(ImageDebugInfo* info,
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
166
ImageDebugInfo* info = image->GetImageDebugInfo();
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.h
17
class ImageDebugInfo;
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.h
39
status_t _FindExceptionFunction(ImageDebugInfo* info,
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.h
22
class ImageDebugInfo;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
277
void SetImageDebugInfo(ImageDebugInfo* imageDebugInfo)
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
627
ImageDebugInfo* fImageDebugInfo;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
685
ImageFunctionsView::SetImageDebugInfo(ImageDebugInfo* imageDebugInfo)
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
33
ImageDebugInfo* imageDebugInfo);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
55
ImageDebugInfo* fImageDebugInfo;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1412
ImageDebugInfo* imageDebugInfo = NULL;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1413
BReference<ImageDebugInfo> imageDebugInfoReference;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1894
ImageDebugInfo* imageDebugInfo = fActiveImage != NULL
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1899
BReference<ImageDebugInfo> imageDebugInfoReference(imageDebugInfo);
src/kits/debugger/arch/Architecture.cpp
136
ImageDebugInfo* imageDebugInfo = NULL;
src/kits/debugger/arch/Architecture.cpp
139
BReference<ImageDebugInfo> imageDebugInfoReference(imageDebugInfo,
src/kits/debugger/controllers/DebugReportGenerator.cpp
543
ImageDebugInfo* info = image->GetImageDebugInfo();
src/kits/debugger/controllers/DebugReportGenerator.cpp
674
ImageDebugInfo* info = image->GetImageDebugInfo();
src/kits/debugger/controllers/TeamDebugger.cpp
2061
ImageDebugInfo* imageDebugInfo = image->GetImageDebugInfo();
src/kits/debugger/controllers/ThreadHandler.cpp
492
ThreadHandler::GetImageDebugInfo(Image* image, ImageDebugInfo*& _info)
src/kits/debugger/controllers/ThreadHandler.cpp
832
ImageDebugInfo* info = NULL;
src/kits/debugger/controllers/ThreadHandler.cpp
836
BReference<ImageDebugInfo>(info, true);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1190
ImageDebugInfo* imageInfo = targetImage->GetImageDebugInfo();
src/kits/debugger/debug_info/FunctionInstance.cpp
17
FunctionInstance::FunctionInstance(ImageDebugInfo* imageDebugInfo,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
115
ImageDebugInfo::HasType(const BString& name,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
129
ImageDebugInfo::GetAddressSectionType(target_addr_t address) const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
144
ImageDebugInfo::CountFunctions() const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
151
ImageDebugInfo::FunctionAt(int32 index) const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
158
ImageDebugInfo::FunctionAtAddress(target_addr_t address) const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
165
ImageDebugInfo::FunctionByName(const char* name) const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
178
ImageDebugInfo::AddSourceCodeInfo(LocatableFile* file,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
18
ImageDebugInfo::ImageDebugInfo(const ImageInfo& imageInfo)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
195
ImageDebugInfo::_CompareFunctions(const FunctionInstance* a,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
204
ImageDebugInfo::_CompareAddressFunction(const target_addr_t* address,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
214
ImageDebugInfo::_CompareSymbols(const SymbolInfo* a, const SymbolInfo* b)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
26
ImageDebugInfo::~ImageDebugInfo()
src/kits/debugger/debug_info/ImageDebugInfo.cpp
39
ImageDebugInfo::AddSpecificInfo(SpecificImageDebugInfo* info)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
47
ImageDebugInfo::FinishInit(DebuggerInterface* interface)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
99
ImageDebugInfo::GetType(GlobalTypeCache* cache, const BString& name,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
413
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = fImages.ItemAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
422
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = images.ItemAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
431
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = images.ItemAt(i); i++)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
456
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = fImages.ItemAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
464
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = images.ItemAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
472
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = images.ItemAt(i); i++)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
518
ImageDebugInfo* imageInfo = fImages.ItemAt(i);
src/kits/debugger/debug_info/TeamDebugInfo.cpp
536
ImageDebugInfo*& _imageDebugInfo)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
538
ImageDebugInfo* imageDebugInfo = new(std::nothrow) ImageDebugInfo(
src/kits/debugger/debug_info/TeamDebugInfo.cpp
542
BReference<ImageDebugInfo> imageDebugInfoReference(imageDebugInfo, true);
src/kits/debugger/debug_info/TeamDebugInfo.cpp
641
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = fImages.ItemAt(i); i++)
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
795
ImageDebugInfo*
src/kits/debugger/debug_info/TeamDebugInfo.cpp
798
for (int32 i = 0; ImageDebugInfo* imageDebugInfo = fImages.ItemAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
839
ImageDebugInfo* imageDebugInfo
src/kits/debugger/debug_managers/BreakpointManager.cpp
378
ImageDebugInfo* imageDebugInfo = image->GetImageDebugInfo();
src/kits/debugger/jobs/GetStackTraceJob.cpp
81
GetStackTraceJob::GetImageDebugInfo(Image* image, ImageDebugInfo*& _info)
src/kits/debugger/jobs/GetStackTraceJob.cpp
87
ImageDebugInfo* info;
src/kits/debugger/jobs/Jobs.h
112
ImageDebugInfo*& _info);
src/kits/debugger/jobs/Jobs.h
135
ImageDebugInfo** _imageDebugInfo = NULL);
src/kits/debugger/jobs/LoadImageDebugInfoJob.cpp
55
ImageDebugInfo* debugInfo;
src/kits/debugger/jobs/LoadImageDebugInfoJob.cpp
76
JobListener* listener, ImageDebugInfo** _imageDebugInfo)
src/kits/debugger/model/Image.cpp
57
Image::SetImageDebugInfo(ImageDebugInfo* debugInfo,
src/kits/debugger/model/Team.cpp
584
ImageDebugInfo* imageDebugInfo = image->GetImageDebugInfo();