[PATCH] D63841: [GWP-ASan] Add generic unwinders and structure backtrace output.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 09:05:37 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364941: [GWP-ASan] Add generic unwinders and structure backtrace output. (authored by hctim, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D63841?vs=207181&id=207577#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63841

Files:
  compiler-rt/trunk/lib/gwp_asan/CMakeLists.txt
  compiler-rt/trunk/lib/gwp_asan/guarded_pool_allocator.cpp
  compiler-rt/trunk/lib/gwp_asan/guarded_pool_allocator.h
  compiler-rt/trunk/lib/gwp_asan/optional/backtrace.h
  compiler-rt/trunk/lib/gwp_asan/optional/backtrace_linux_libc.cpp
  compiler-rt/trunk/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
  compiler-rt/trunk/lib/gwp_asan/optional/options_parser.cpp
  compiler-rt/trunk/lib/gwp_asan/optional/options_parser.h
  compiler-rt/trunk/lib/gwp_asan/options.h
  compiler-rt/trunk/lib/gwp_asan/tests/CMakeLists.txt
  compiler-rt/trunk/lib/gwp_asan/tests/backtrace.cpp
  compiler-rt/trunk/lib/gwp_asan/tests/harness.h
  compiler-rt/trunk/test/gwp_asan/double_delete.cpp
  compiler-rt/trunk/test/gwp_asan/double_deletea.cpp
  compiler-rt/trunk/test/gwp_asan/double_free.cpp
  compiler-rt/trunk/test/gwp_asan/heap_buffer_overflow.cpp
  compiler-rt/trunk/test/gwp_asan/heap_buffer_underflow.cpp
  compiler-rt/trunk/test/gwp_asan/invalid_free_left.cpp
  compiler-rt/trunk/test/gwp_asan/invalid_free_right.cpp
  compiler-rt/trunk/test/gwp_asan/lit.cfg.py
  compiler-rt/trunk/test/gwp_asan/realloc.cpp
  compiler-rt/trunk/test/gwp_asan/use_after_delete.cpp
  compiler-rt/trunk/test/gwp_asan/use_after_deletea.cpp
  compiler-rt/trunk/test/gwp_asan/use_after_free.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63841.207577.patch
Type: text/x-patch
Size: 38174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/5af94dc7/attachment.bin>


More information about the llvm-commits mailing list