================
@@ -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) {
----------------
clayborg wrote:
I would rather have a new `DoResumeReverse()` instead of changing this virtual
API. Many modified files in this patch are a result of the process plugins
having to add support for not supporting reverse resumes.
https://github.com/llvm/llvm-project/pull/99736
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits