pykd/pykd/dbgsystem.h
2011-09-28 07:45:52 +00:00

35 lines
530 B
C++

#pragma once
#include <string>
/////////////////////////////////////////////////////////////////////////////////
bool
is64bitSystem();
int
ptrSize();
std::string
dbgSymPath();
std::string
getPdbFile( ULONG64 moduleBase );
std::string
getImageFile( ULONG64 moduleBase );
void
reloadModule( const char * moduleName );
bool
isKernelDebugging();
bool
isDumpAnalyzing();
std::string
getDebuggerImage();
/////////////////////////////////////////////////////////////////////////////////