[PATCH] D14791: [asan] On OS X, write error reports into Crash Report.

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 07:55:52 PST 2015


kubabrecka added inline comments.

================
Comment at: lib/sanitizer_common/sanitizer_mac.h:45
@@ +44,3 @@
+  &__crashreporter_info_buff__[0];
+asm(".desc ___crashreporter_info__, 0x10");
+} // extern "C"
----------------
glider wrote:
> According to http://lists.apple.com/archives/cocoa-dev/2013/Feb/msg00612.html and http://lists.apple.com/archives/cocoa-dev/2013/Feb/msg00613.html this isn't going to work on iOS, right?
That's correct, the iOS Crash Reporter intentionally doesn't include additional application-provided information in the crash logs.


http://reviews.llvm.org/D14791





More information about the llvm-commits mailing list