mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-05-03 22:53:22 +08:00
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
|
|
|
|
|