mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[0.2.x] fixed: set version to 0.2.0.14
git-svn-id: https://pykd.svn.codeplex.com/svn@82273 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
a59d64e04c
commit
3fc14a4ad2
@ -2,7 +2,7 @@
|
||||
#define PYKD_VERSION_MAJOR 0
|
||||
#define PYKD_VERSION_MINOR 2
|
||||
#define PYKD_VERSION_SUBVERSION 0
|
||||
#define PYKD_VERSION_BUILDNO 13
|
||||
#define PYKD_VERSION_BUILDNO 14
|
||||
|
||||
|
||||
#define __VER_STR2__(x) #x
|
||||
|
@ -104,7 +104,7 @@ BOOST_PYTHON_MODULE( pykd )
|
||||
python::def( "isWindbgExt", &WindbgGlobalSession::isInit,
|
||||
"Check if script works in windbg context" );
|
||||
python::def( "writeDump", &writeDump,
|
||||
"Write memory dump" );
|
||||
"Create memory dump file" );
|
||||
|
||||
python::def( "breakin", &debugBreak,
|
||||
"Break into debugger" );
|
||||
|
Loading…
Reference in New Issue
Block a user