X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FConstants.h;h=66b8fe79d81c0185cfbc3a5bd1d8d93caeea611c;hp=cc1987d5f349b6d7dca9300d6c37fdc38914b43a;hb=cdce647711c0f46f5799b24de087622cb77e647f;hpb=dc8ffcb9797ade3e3a68e6ec0a89fe2e7444e0ef diff --git a/includes/Constants.h b/includes/Constants.h index cc1987d..66b8fe7 100644 --- a/includes/Constants.h +++ b/includes/Constants.h @@ -246,9 +246,12 @@ * * TSO_INTERRUPTIBLE: the TSO can be interrupted if it blocks * interruptibly (eg. with BlockedOnMVar). + * + * TSO_STOPPED_ON_BREAKPOINT: the thread is currently stopped in a breakpoint */ #define TSO_BLOCKEX 4 #define TSO_INTERRUPTIBLE 8 +#define TSO_STOPPED_ON_BREAKPOINT 16 /* ----------------------------------------------------------------------------- RET_DYN stack frames