mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00

[pykd] changed: refactored callbacks engine git-svn-id: https://pykd.svn.codeplex.com/svn@63638 9b283d60-5439-405e-af05-b73fd8c4d996
20 lines
319 B
C
20 lines
319 B
C
#pragma once
|
|
|
|
//void
|
|
//dbgCreateSession();
|
|
//
|
|
//extern
|
|
//bool dbgSessionStarted;
|
|
//
|
|
//inline HRESULT setDbgSessionStarted()
|
|
//{
|
|
// HRESULT hres = DbgEventCallbacks::Start();
|
|
// if (SUCCEEDED(hres))
|
|
// dbgSessionStarted = true;
|
|
// return hres;
|
|
//}
|
|
//
|
|
//bool
|
|
//dbgIsSessionStart();
|
|
|