================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits