mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-05-08 01:53:22 +08:00
18 lines
340 B
C
18 lines
340 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "stkframe.h"
|
||
|
|
||
|
namespace pykd {
|
||
|
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
python::dict getLocals();
|
||
|
|
||
|
python::dict getLocalsByFrame( StackFrame &frame );
|
||
|
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
} // end pykd namespace
|
||
|
|
||
|
|