Skip to content

Commit e035ba2

Browse files
committed
Handles view
1 parent acb7954 commit e035ba2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bridge/_global.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ DBGGETBPLIST _dbg_getbplist;
2424
DBGDBGCMDEXECDIRECT _dbg_dbgcmddirectexec;
2525
DBGGETBRANCHDESTINATION _dbg_getbranchdestination;
2626
DBGSENDMESSAGE _dbg_sendmessage;
27+
DBGGETHANDLECOUNT _dbg_gethandlecount;
28+
DBGENUMHANDLES _dbg_enumhandles;
29+
DBGGETHANDLENAME _dbg_gethandlename;
30+
DBGGETPROCESSINFORMATION _dbg_getProcessInformation;

0 commit comments

Comments
 (0)