Displaying 1 result from an estimated 1 matches for "__asan_get_report_".
2016 Jul 04
2
[RFC] ASan: Reify all information relevant for diagnostics
...ul for debugging), which prints
information to stderr.
These features require a live process, and the ability to call
functions in the process. It also
forces a user to do multiple target calls to run functions, which
might be slow (or impossible, in
the case of core dumps). The API functions like __asan_get_report_*()
also aren't as useful as they should, since they only work for generic
errors.
We would like to make it easier to:
- Embed an ASan error in a core dump, with all relevant information
(basically, it should be
possible to implement the printing mechanism with the information
added to the co...