[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:37:42 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:
Somewhere you should say what your basic strategy is. This is one good place, or you can add a sequel to the novella in ThreadPlan.h if that's more appropriate.
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list