[0.2.x] added : localvar.h file

git-svn-id: https://pykd.svn.codeplex.com/svn@78811 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-08-13 11:35:03 +00:00 committed by Mikhail I. Izmestev
parent 02228e6714
commit c2f9cdea67

17
pykd/localvar.h Normal file
View File

@ -0,0 +1,17 @@
#pragma once
#include "stkframe.h"
namespace pykd {
///////////////////////////////////////////////////////////////////////////////
python::dict getLocals();
python::dict getLocalsByFrame( StackFrame &frame );
///////////////////////////////////////////////////////////////////////////////
} // end pykd namespace