[Lldb-commits] [lldb] [lldb] Fix source line annotations for libsanitizers traces (PR #154247)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 19 03:19:43 PDT 2025
================
@@ -248,6 +248,8 @@ enum class IterationAction {
Stop,
};
+enum class TracePCType { Returns, ReturnsNoZerothFrame, Calls };
----------------
Michael137 wrote:
Can we add some doxygen comments here to explain each of these cases?
https://github.com/llvm/llvm-project/pull/154247
More information about the lldb-commits
mailing list