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

Robert O'Callahan via lldb-commits lldb-commits at lists.llvm.org
Sat Dec 14 03:20:00 PST 2024


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

Add comments to `Process::GetBaseDirection()` and `Process::SetBaseDirection()`.
Added text to `ThreadPlan.h` novella.

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


More information about the lldb-commits mailing list