mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 19:53:22 +08:00
12 lines
113 B
C
12 lines
113 B
C
![]() |
#pragma once
|
||
|
|
||
|
void
|
||
|
dbgCreateSession();
|
||
|
|
||
|
extern
|
||
|
bool dbgSessionStarted;
|
||
|
|
||
|
bool
|
||
|
dbgIsSessionStart();
|
||
|
|