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

via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 10 16:36:06 PST 2024


================
@@ -2674,6 +2680,9 @@ void PruneThreadPlans();
                             const AddressRange &range, size_t alignment,
                             Status &error);
 
+  lldb::RunDirection GetBaseDirection() const { return m_base_direction; }
----------------
jimingham wrote:

These need some comments.  What is a "BaseDirection".  And how is it different from the "RunDirection"?

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


More information about the lldb-commits mailing list