[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:34:37 PDT 2024
================
@@ -203,11 +203,17 @@ ProcessWindows::DoAttachToProcessWithID(lldb::pid_t pid,
return error;
}
-Status ProcessWindows::DoResume() {
+Status ProcessWindows::DoResume(RunDirection direction) {
----------------
rocallahan wrote:
The decision was to use a direction flag.
https://github.com/llvm/llvm-project/pull/99736
More information about the lldb-commits
mailing list