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