18 lines
346 B
C++
18 lines
346 B
C++
#pragma once
|
|
|
|
#include "stkframe.h"
|
|
|
|
namespace pykd {
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
python::dict getLocals();
|
|
|
|
python::dict getLocalsByFrame( const StackFrame &frame );
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
} // end pykd namespace
|
|
|
|
|