[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 23 14:25:11 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
----------------
jimingham wrote:

Do you somewhere make it obvious what a "history boundary" is? That seems a bit of a mysterious name to have no comment.

https://github.com/llvm/llvm-project/pull/99736


More information about the lldb-commits mailing list