git-svn-id: https://pykd.svn.codeplex.com/svn@69522 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\EreTIk_cp 2011-09-02 19:23:29 +00:00
parent 84250a8ab6
commit 95b80ecd0c

View File

@ -365,7 +365,7 @@ BOOST_PYTHON_MODULE( pykd )
.def( "onException", &debugEventWrap::onException,
"Exception event. Parameter is dict:\n"
"{\"Code\":int, \"Flags\":int, \"Record\":int, \"Address\":int,"
" \"Parameters\":list_of_int, \"FirstChance\":bool}\n"
" \"Parameters\":[int], \"FirstChance\":bool}\n"
"Detailed information: http://msdn.microsoft.com/en-us/library/aa363082(VS.85).aspx \n"
"For ignore event method must return DEBUG_STATUS_NO_CHANGE value" )
.def( "onLoadModule", &debugEventWrap::onLoadModule,