- Feb 11, 2014
-
-
Evgeniy Stepanov authored
Because of the way Bionic sets up signal stack frames, libc unwinder is unable to step through it, resulting in broken SEGV stack traces. Luckily, libcorkscrew.so on Android implements an unwinder that can start with a signal context, thus sidestepping the issue. llvm-svn: 201151
-
Alexey Samsonov authored
llvm-symbolizer binary and external process handling into separate classes. No functionality change. llvm-svn: 201150
-
Alexey Samsonov authored
llvm-svn: 201147
-
- Feb 10, 2014
-
-
Evgeniy Stepanov authored
This change adds a copy of <ucontext.h> for Android found in google-breakpad that is missing from the official NDK. ASan SEGV handler is still disabled by default and can be enabled with ASAN_OPTIONS=handle_segv. llvm-svn: 201084
-
Evgeniy Stepanov authored
llvm-svn: 201074
-
Alexey Samsonov authored
llvm-svn: 201071
-
Evgeniy Stepanov authored
llvm-svn: 201070
-
Alexey Samsonov authored
llvm-svn: 201069
-
Evgeniy Stepanov authored
llvm-svn: 201068
-
- Feb 08, 2014
-
-
Nick Lewycky authored
llvm-svn: 201016
-
Nick Lewycky authored
llvm-svn: 201015
-
Nick Lewycky authored
as required per core issue 1552 and warned about with -Wimplicit-exception-spec-mismatch. llvm-svn: 201014
-
- Feb 07, 2014
-
-
Dmitry Vyukov authored
remove TSAN_OPTIONS from the test, so that it runs in the presubmit script add a CHECK, so that it can run with FileCheck as well llvm-svn: 200972
-
Dmitry Vyukov authored
when global and thread state are initialized, this allows to do more things in the callback. llvm-svn: 200966
-
- Feb 06, 2014
-
-
Sergey Matveev authored
llvm-svn: 200945
-
Sergey Matveev authored
llvm-svn: 200942
-
Sergey Matveev authored
Upgrade the interceptor, and attempt to fix the Android build. llvm-svn: 200936
-
Sergey Matveev authored
llvm-svn: 200926
-
Sergey Matveev authored
llvm-svn: 200925
-
https://code.google.com/p/thread-sanitizer/issues/detail?id=47Alexander Potapenko authored
llvm-svn: 200923
-
Alexander Potapenko authored
This should fix https://code.google.com/p/thread-sanitizer/issues/detail?id=47. llvm-svn: 200922
-
Dmitry Vyukov authored
we don't use assembly files llvm-svn: 200916
-
Dmitry Vyukov authored
llvm-svn: 200915
-
Dmitry Vyukov authored
llvm-svn: 200914
-
Kostya Serebryany authored
llvm-svn: 200910
-
Kostya Serebryany authored
[asan] introduce two functions that will allow implementations of C++ garbage colection to work with asan's fake stack llvm-svn: 200908
-
- Feb 05, 2014
-
-
Sergey Matveev authored
llvm-svn: 200873
-
Sergey Matveev authored
When an unknown ioctl is encountered, try to guess the parameter size from the request id. llvm-svn: 200872
-
Kostya Serebryany authored
[sanitizer] hide two functions in the __sanitizer namespace to avoid exporting them (gold complained) llvm-svn: 200844
-
Dmitry Vyukov authored
llvm-svn: 200838
-
Dmitry Vyukov authored
llvm-svn: 200833
-
Dmitry Vyukov authored
llvm-svn: 200832
-
Timur Iskhodzhanov authored
llvm-svn: 200809
-
Timur Iskhodzhanov authored
llvm-svn: 200804
-
- Feb 04, 2014
-
-
Dmitry Vyukov authored
llvm-svn: 200780
-
Dmitry Vyukov authored
llvm-svn: 200779
-
Dmitry Vyukov authored
llvm-svn: 200778
-
Dmitry Vyukov authored
in preparation for https://codereview.appspot.com/55100044 llvm-svn: 200766
-
Alexey Samsonov authored
llvm-svn: 200761
-
Alexander Potapenko authored
llvm-svn: 200757
-