mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] added : CPUException class
git-svn-id: https://pykd.svn.codeplex.com/svn@91131 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
d97b2f08a3
commit
7783c01228
@ -14,6 +14,8 @@ python::handle<> exceptPyType<kdlib::DbgException>::pyExceptType;
|
|||||||
python::handle<> exceptPyType<kdlib::MemoryException>::pyExceptType;
|
python::handle<> exceptPyType<kdlib::MemoryException>::pyExceptType;
|
||||||
python::handle<> exceptPyType<kdlib::SymbolException>::pyExceptType;
|
python::handle<> exceptPyType<kdlib::SymbolException>::pyExceptType;
|
||||||
python::handle<> exceptPyType<kdlib::TypeException>::pyExceptType;
|
python::handle<> exceptPyType<kdlib::TypeException>::pyExceptType;
|
||||||
|
python::handle<> exceptPyType<kdlib::CallException>::pyExceptType;
|
||||||
|
python::handle<> exceptPyType<kdlib::CPUException>::pyExceptType;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user