[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:36:58 PDT 2024


================
@@ -3169,6 +3176,7 @@ void PruneThreadPlans();
                            // m_currently_handling_do_on_removals are true,
                            // Resume will only request a resume, using this
                            // flag to check.
+  lldb::RunDirection m_last_run_direction;
----------------
rocallahan wrote:

Ah I see. @clayborg suggested I initialize `m_last_run_direction` inline but fortunately I never got around to doing that :-).

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


More information about the lldb-commits mailing list