================
@@ -3281,7 +3288,11 @@ Status Process::PrivateResume() {
"Process::PrivateResume PreResumeActions failed, not resuming.");
} else {
m_mod_id.BumpResumeID();
- error = DoResume();
+ if (direction == eRunForward) {
+ error = DoResume();
----------------
jimingham wrote:
What do we get out of the asymmetry between all the other resume methods that
take a direction, and the doResume methods that don't? It just looks awkward
to my eyes.
https://github.com/llvm/llvm-project/pull/99736
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits