================
@@ -3239,6 +3241,14 @@ Status Process::ConnectRemote(llvm::StringRef
remote_url) {
return error;
}
+void Process::SetRunDirection(RunDirection direction) {
+ if (m_base_direction == direction) {
+ return;
+ }
+ m_thread_list.DiscardThreadPlans();
----------------
rocallahan wrote:
Renamed this to `SetBaseDirection()` and added this to the comment on that
method in `Process.h`.
https://github.com/llvm/llvm-project/pull/112079
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits