[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:52 PDT 2024
================
@@ -52,7 +52,7 @@ class ProcessWindows : public Process, public ProcessDebugger {
Status DoAttachToProcessWithID(
lldb::pid_t pid,
const lldb_private::ProcessAttachInfo &attach_info) override;
- Status DoResume() override;
+ Status DoResume(lldb::RunDirection direction) override;
----------------
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