2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Copyright 2014, Rene Gollent, rene@gollent.com.
4 * Distributed under the terms of the MIT License.
6 #ifndef SPECIFIC_TEAM_DEBUG_INFO_H
7 #define SPECIFIC_TEAM_DEBUG_INFO_H
9 #include <SupportDefs.h>
12 class ImageDebugInfoLoadingState
;
15 class SpecificImageDebugInfo
;
17 class SpecificTeamDebugInfo
{
19 virtual ~SpecificTeamDebugInfo();
21 virtual status_t
CreateImageDebugInfo(const ImageInfo
& imageInfo
,
22 LocatableFile
* imageFile
,
23 ImageDebugInfoLoadingState
& _state
,
24 SpecificImageDebugInfo
*& _imageDebugInfo
)
29 #endif // SPECIFIC_TEAM_DEBUG_INFO_H