mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-05-03 06:33:23 +08:00

[~] 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
14 lines
318 B
C++
14 lines
318 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
bool
|
|
dbgLoadDump( const std::wstring &dumpName );
|
|
|
|
bool
|
|
startProcess( const std::wstring &processName );
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|