emaste added inline comments.

================
Comment at: lldb/source/Plugins/Process/POSIX/CrashReason.cpp:62
+#ifndef SEGV_MTEAERR
+#define SEGV_MTEAERR 8
+#endif
----------------
This should perhaps include an `#ifdef LINUX`(sp?) somehow, since 8 and 9 are 
not necessarily MTEAERR / MTESERR on all POSIXy systems (although that said I'm 
planning to reserve 8 and 9 on FreeBSD to match).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93495/new/

https://reviews.llvm.org/D93495

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to