X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=d1becf5168947f93e8c2f0ab048946546836e01e;hb=686d87447e2186e2aa55e1a925f0a3a8e94872f5;hp=62764e1019cea5960cc567134508aae901801b92;hpb=55a5d8d90280a611bafb659bc80778d3927a6bff;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 62764e1..d1becf5 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -99,6 +99,11 @@ extern void setIOManagerPipe (int fd); extern void* allocateExec(unsigned int len); +// Breakpoint stuff +extern int rts_stop_next_breakpoint; +extern int rts_stop_on_exception; +extern HsStablePtr rts_breakpoint_io_action; + /* ----------------------------------------------------------------------------- Storage manager stuff exported -------------------------------------------------------------------------- */