From fefe9f397f754769db3f199353a889802c7d43eb Mon Sep 17 00:00:00 2001 From: hakril Date: Wed, 11 Mar 2020 00:03:55 +0100 Subject: [PATCH] Added autodoc for FunctionCallBP --- docs/source/debug.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/debug.rst b/docs/source/debug.rst index 4c5c05a..fe7953e 100644 --- a/docs/source/debug.rst +++ b/docs/source/debug.rst @@ -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: