Added autodoc for FunctionCallBP

This commit is contained in:
hakril
2020-03-11 00:03:55 +01:00
parent 546818f91b
commit fefe9f397f
+6
View File
@@ -82,6 +82,12 @@ When a breakpoint is hit, its ``trigger`` function is called with the debugger a
This means that a MEMBP at address ``X`` won't be triggered by a write of size 4 at address ``X - 1``. it's sad I know.
.. autoclass:: FunctionCallBP
:members:
:inherited-members:
:special-members: __init__
.. autoclass:: FunctionBP
:members:
:inherited-members: