mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
moved CodeView parser code into separate file
This commit is contained in:
@@ -3,24 +3,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
////////////////////////////////
|
||||
// Aligns
|
||||
|
||||
#define CV_LeafAlign 4
|
||||
#define CV_SymbolAlign 1
|
||||
#define CV_C13SubSectionAlign 4
|
||||
#define CV_FileCheckSumsAlign 4
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
//- Symbol and Leaf Headers
|
||||
|
||||
#define CV_LeafSize_Max max_U16
|
||||
typedef U16 CV_LeafSize;
|
||||
|
||||
#define CV_SymSize_Max max_U16
|
||||
typedef U16 CV_SymSize;
|
||||
|
||||
typedef struct CV_LeafHeader
|
||||
{
|
||||
CV_LeafSize size;
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#include "coff/coff.h"
|
||||
#include "pe/pe.h"
|
||||
#include "codeview/codeview.h"
|
||||
#include "codeview/codeview_parse.h"
|
||||
#include "msf/msf.h"
|
||||
#include "msf/msf_parse.h"
|
||||
#include "pdb/pdb.h"
|
||||
@@ -48,6 +49,8 @@
|
||||
#include "coff/coff.c"
|
||||
#include "pe/pe.c"
|
||||
#include "codeview/codeview.c"
|
||||
#include "codeview/codeview_parse.c"
|
||||
#include "msf/msf.c"
|
||||
#include "msf/msf_parse.c"
|
||||
#include "pdb/pdb.c"
|
||||
#include "msvc_crt/msvc_crt.c"
|
||||
|
||||
Reference in New Issue
Block a user