[PATCH] D23519: Split DescribeAddressIfShadow between a function that gets all the information, and one that prints it.

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 11:04:26 PDT 2016


filcab created this revision.
filcab added reviewers: kcc, samsonov.
filcab added a subscriber: llvm-commits.
Herald added a subscriber: kubabrecka.

Replacement for part of D23518
This is the first patch to start reifying information about errors. It deals only with reifying shadow address-related information.
It will allow us to generate structures with all the relevant information for a given error so a debugger can get to them or they can be included in a core dump.

https://reviews.llvm.org/D23519

Files:
  lib/asan/CMakeLists.txt
  lib/asan/asan_debugging.cc
  lib/asan/asan_descriptions.cc
  lib/asan/asan_descriptions.h
  lib/asan/asan_report.cc
  lib/asan/asan_report.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23519.68051.patch
Type: text/x-patch
Size: 6326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160815/6f4d911a/attachment.bin>


More information about the llvm-commits mailing list