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: