pykd/pykd/dbgdump.h
SND\kernelnet_cp b84b298ea7 [+] added: startProcess routine for live user-mode debugging
[~] updated: createSession routine is depricated now
[~] updated: loadDump routine returns bool now ( not string )

git-svn-id: https://pykd.svn.codeplex.com/svn@62085 9b283d60-5439-405e-af05-b73fd8c4d996
2011-03-02 08:40:33 +00:00

14 lines
318 B
C++

#pragma once
#include <string>
/////////////////////////////////////////////////////////////////////////////////
bool
dbgLoadDump( const std::wstring &dumpName );
bool
startProcess( const std::wstring &processName );
/////////////////////////////////////////////////////////////////////////////////