mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[~] doc
git-svn-id: https://pykd.svn.codeplex.com/svn@69522 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
84250a8ab6
commit
95b80ecd0c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user