[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 24 13:19:43 PDT 2024
================
@@ -142,6 +142,9 @@ class StopInfo : public std::enable_shared_from_this<StopInfo> {
static lldb::StopInfoSP
CreateStopReasonProcessorTrace(Thread &thread, const char *description);
+ static lldb::StopInfoSP
----------------
rocallahan wrote:
Adding a comment.
https://github.com/llvm/llvm-project/pull/99736
More information about the lldb-commits
mailing list