mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ROSSYM_NEW]
- please, do not include debug.h from precompiled header :-/ svn path=/trunk/; revision=53240
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
BOOLEAN
|
||||
RosSymCreateFromFile(PVOID FileContext, PROSSYM_INFO *RosSymInfo)
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
static int parseabbrevs(Dwarf*, ulong, DwarfAbbrev*, DwarfAttr*, int*, int*);
|
||||
DwarfAbbrev *dwarfgetabbrev(Dwarf*, ulong, ulong);
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
int
|
||||
dwarfaddrtounit(Dwarf *d, ulong addr, ulong *unit)
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#define trace 1
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
ulong
|
||||
dwarfget1(DwarfBuf *b)
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <precomp.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
#include <precomp.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Adapted for PE */
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#define trace 0
|
||||
|
||||
enum
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
#include <precomp.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
static int
|
||||
_dwarfnametounit(Dwarf *d, char *name, DwarfBlock *bl, DwarfSym *s)
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
BOOLEAN
|
||||
RosSymGetAddressInformation
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include "dwarf.h"
|
||||
#include "pe.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
BOOLEAN
|
||||
RosSymCreateFromRaw(PVOID RawData, ULONG_PTR DataSize, PROSSYM_INFO *RosSymInfo)
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
ULONG
|
||||
RosSymGetRawDataLength(PROSSYM_INFO RosSymInfo)
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
#define TAG_ROSSYM 'MYSR'
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS RosSymStatus;
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
PeSect *pesection(Pe *pe, const char *name)
|
||||
{
|
||||
|
||||
@@ -8,5 +8,3 @@
|
||||
#include "rossympriv.h"
|
||||
#include "pe.h"
|
||||
#include "dwarf.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
Reference in New Issue
Block a user