================ @@ -27,6 +27,30 @@ #ifndef SEGV_CPERR #define SEGV_CPERR 10 #endif +#ifndef SI_QUEUE +#define SI_QUEUE -1 +#endif +#ifndef SI_TIMER +#define SI_TIMER -2 +#endif +#ifndef SI_MESGQ +#define SI_MESGQ -3 +#endif +#ifndef SI_ASYNCIO +#define SI_ASYNCIO -4 +#endif +#ifndef SI_SIGIO +#define SI_SIGIO -5 +#endif +#ifndef SI_TKILL +#define SI_TKILL -6 +#endif ---------------- Jlalond wrote:
Originally I just did DE_THREAD, but because they were all moved to ASM generic in the same commit in the Linux Kernel I thought it would be safest to do all of them https://github.com/llvm/llvm-project/pull/141670 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits