mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 08:32:22 -07:00
clean up & merge inline binary annotation decoders
This commit is contained in:
@@ -1761,8 +1761,8 @@ struct CV_SymBuildInfo
|
||||
|
||||
//- (SymKind: INLINESITE)
|
||||
|
||||
typedef U32 CV_InlineBinaryAnnotaiton;
|
||||
typedef enum CV_InlineBinaryAnnotationenum
|
||||
typedef U32 CV_InlineBinaryAnnotation;
|
||||
typedef enum CV_InlineBinaryAnnotationEnum
|
||||
{
|
||||
CV_InlineBinaryAnnotation_Null,
|
||||
CV_InlineBinaryAnnotation_CodeOffset,
|
||||
@@ -1778,14 +1778,16 @@ typedef enum CV_InlineBinaryAnnotationenum
|
||||
CV_InlineBinaryAnnotation_ChangeCodeOffsetAndLineOffset,
|
||||
CV_InlineBinaryAnnotation_ChangeCodeLengthAndCodeOffset,
|
||||
CV_InlineBinaryAnnotaiton_ChangeColumnEnd
|
||||
};
|
||||
}
|
||||
CV_InlineBinaryAnnotationEnum;
|
||||
|
||||
typedef U32 CV_InlineRangeKind;
|
||||
typedef enum CV_InlnineRangeKindEnum
|
||||
typedef enum CV_InlineRangeKindEnum
|
||||
{
|
||||
CV_InlineRangeKind_Expr,
|
||||
CV_InlineRangeKind_Stmt
|
||||
};
|
||||
}
|
||||
CV_InlineRangeKindEnum;
|
||||
|
||||
typedef struct CV_SymInlineSite CV_SymInlineSite;
|
||||
struct CV_SymInlineSite
|
||||
@@ -2917,7 +2919,6 @@ struct CV_TypeIdArray
|
||||
U64 count;
|
||||
};
|
||||
|
||||
|
||||
////////////////////////////////
|
||||
//~ CodeView Common Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user