mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] renamed : remote_initialize -> remoteConnect
git-svn-id: https://pykd.svn.codeplex.com/svn@88665 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
3aed18aaeb
commit
3d75560b17
@ -120,7 +120,7 @@ BOOST_PYTHON_MODULE( pykd )
|
|||||||
|
|
||||||
python::def( "initialize", pykd::initialize,
|
python::def( "initialize", pykd::initialize,
|
||||||
"Initialize local debug engine, only for console mode" );
|
"Initialize local debug engine, only for console mode" );
|
||||||
python::def( "remote_initialize",pykd::remote_initialize,
|
python::def( "remoteConnect",pykd::remote_initialize,
|
||||||
"Initialize debug engine for remoting, only for console mode" );
|
"Initialize debug engine for remoting, only for console mode" );
|
||||||
python::def( "deinitialize", pykd::uninitialize,
|
python::def( "deinitialize", pykd::uninitialize,
|
||||||
"Deintialize debug engine, only for console mode" );
|
"Deintialize debug engine, only for console mode" );
|
||||||
|
Loading…
Reference in New Issue
Block a user