llvm-project/compiler-rt/lib/hwasan
Kostya Serebryany c173a703b5 [hwasan] use a single Printf per line when printing a report (more friendly to android logging)
llvm-svn: 342164
2018-09-13 19:14:22 +00:00
..
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
hwasan.cc [hwasan] Export memory stats through /proc/$PID/maps. 2018-09-08 00:11:12 +00:00
hwasan.h [hwasan] Export memory stats through /proc/$PID/maps. 2018-09-08 00:11:12 +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] fix the build on Linux Ubuntu 14.04. We don't need __hwasan_shadow on Linux at all 2018-08-31 02:38:23 +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] Export memory stats through /proc/$PID/maps. 2018-09-08 00:11:12 +00:00
hwasan_interceptors.cc [hwasan] Remove allocator interceptors. 2018-09-06 22:53:08 +00:00
hwasan_interface_internal.h [hwasan] Remove allocator interceptors. 2018-09-06 22:53:08 +00:00
hwasan_linux.cc [hwasan] revert r341435 as it breaks the bot on aarch64 2018-09-05 01:29:08 +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] use a single Printf per line when printing a report (more friendly to android logging) 2018-09-13 19:14:22 +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] change the thread list so that main_thread can also be removed 2018-09-07 00:16:55 +00:00
hwasan_thread.h [hwasan] change the thread list so that main_thread can also be removed 2018-09-07 00:16:55 +00:00