llvm-project/compiler-rt/lib/hwasan
Kostya Serebryany a393399741 [hwasan] print all threads in a bug report
llvm-svn: 344174
2018-10-10 18:56:31 +00:00
..
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsan 2018-10-02 16:19:42 +00:00
hwasan.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan.h [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan.syms.extra
hwasan_allocator.cc [hwasan] Fix malloc overflow detection. 2018-09-07 00:27:11 +00:00
hwasan_allocator.h [hwasan] Export memory stats through /proc/$PID/maps. 2018-09-08 00:11:12 +00:00
hwasan_blacklist.txt
hwasan_dynamic_shadow.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_dynamic_shadow.h [HWASan] Add files missing in r330624 2018-04-23 19:05:12 +00:00
hwasan_flags.h [hwasan] formatting change, NFC 2018-08-29 22:23:34 +00:00
hwasan_flags.inc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_interceptors.cc [Hwasan] interceptor macro / extra comma removal 2018-09-20 19:30:51 +00:00
hwasan_interface_internal.h [hwasan] Remove allocator interceptors. 2018-09-06 22:53:08 +00:00
hwasan_linux.cc [hwasan] Fix top PC in error stack trace being off by 1 instruction. 2018-10-02 21:52:02 +00:00
hwasan_mapping.h [hwasan] remove even more stale code 2018-08-29 22:54:52 +00:00
hwasan_new_delete.cc [HWASan] Report proper error on allocator failures instead of CHECK(0)-ing 2018-06-07 23:33:33 +00:00
hwasan_poisoning.cc [hwasan] get rid of some macros, remove the fixed shadow mapping 2018-08-29 22:42:16 +00:00
hwasan_poisoning.h [hwasan] formatting change, NFC 2018-08-29 22:23:34 +00:00
hwasan_report.cc [hwasan] print all threads in a bug report 2018-10-10 18:56:31 +00:00
hwasan_report.h [hwasan] implement detection of double-free (invalid-free) 2018-08-24 01:12:26 +00:00
hwasan_thread.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_thread.h [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_thread_list.cc [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
hwasan_thread_list.h [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00