[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:19 PDT 2024
================
@@ -1129,10 +1129,15 @@ class Process : public std::enable_shared_from_this<Process>,
/// \see Thread:Resume()
/// \see Thread:Step()
/// \see Thread:Suspend()
- virtual Status DoResume() {
+ virtual Status DoResume(lldb::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