diff options
author | Stephen Tozer <stephen.tozer@sony.com> | 2025-07-02 12:01:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-02 12:01:17 +0100 |
commit | 35626e97d886dcb5f335af8abcfadb5f6bbcc64a (patch) | |
tree | 345df4728dd484a8fe840ffefa2874dbb4c43dc4 /clang/lib/Basic/SourceManager.cpp | |
parent | a2c9f7dbcc8beef2befce5a3cd786ac320b5449d (diff) | |
download | llvm-35626e97d886dcb5f335af8abcfadb5f6bbcc64a.zip llvm-35626e97d886dcb5f335af8abcfadb5f6bbcc64a.tar.gz llvm-35626e97d886dcb5f335af8abcfadb5f6bbcc64a.tar.bz2 |
[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143591)
This patch is part of a series that adds origin-tracking to the debugify
source location coverage checks, allowing us to report symbolized stack
traces of the point where missing source locations appear.
This patch adds a pair of new functions in `signals.h` that can be used
to collect and symbolize stack traces respectively. This has major
implementation overlap with the existing stack trace
collection/symbolizing methods, but the existing functions are
specialized for dumping a stack trace to stderr when LLVM crashes, while
these new functions are meant to be called repeatedly during the
execution of the program, and therefore we need a separate set of
functions.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions