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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 23 09:47:13 PDT 2024


================
@@ -182,10 +182,17 @@ void ScriptedProcess::DidResume() {
   m_pid = GetInterface().GetProcessID();
 }
 
-Status ScriptedProcess::DoResume() {
+Status ScriptedProcess::DoResume(RunDirection direction) {
----------------
clayborg wrote:

We should use `DoResumeReverse()` in Process.h and this change won't need to happen.

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


More information about the lldb-commits mailing list