#include "cputil.h"
+static const char *SymbolReaderDllName = "SymbolReader";
+static const char *SymbolReaderClassName = "SOS.SymbolReader";
+
// Suppress undefined reference
// `_invalid_parameter(char16_t const*, char16_t const*, char16_t const*, unsigned int, unsigned long)':
// /coreclr/src/pal/inc/rt/safecrt.h:386: undefined reference to `RaiseException'
/// FIXME: Definition of `TADDR`
#include "torelease.h"
-static const char *SymbolReaderDllName = "SymbolReader";
-static const char *SymbolReaderClassName = "SOS.SymbolReader";
typedef int (*ReadMemoryDelegate)(ULONG64, char *, int);
typedef PVOID (*LoadSymbolsForModuleDelegate)(const char*, BOOL, ULONG64, int, ULONG64, int, ReadMemoryDelegate);