X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.h;h=b0c59c81a8d6ad1a20f61c801974366886addc4c;hb=14ee896f8d31180cee945d11a8ee677558b944aa;hp=19e1ef129228ac0e9eac83b6909d0ddcc66e0a36;hpb=5c4c126f50e6fb8184bf9ae4411d17327c24cb91;p=sbcl.git diff --git a/src/runtime/breakpoint.h b/src/runtime/breakpoint.h index 19e1ef1..b0c59c8 100644 --- a/src/runtime/breakpoint.h +++ b/src/runtime/breakpoint.h @@ -23,4 +23,7 @@ extern void handle_breakpoint(int signal, siginfo_t *info, extern void *handle_fun_end_breakpoint(int signal, siginfo_t *info, os_context_t *context); +extern void handle_single_step_trap(os_context_t *context, int kind, + int register_offset); + #endif