================
@@ -160,6 +160,8 @@ class LLDB_API SBProcess {
lldb::SBError Continue();
+ lldb::SBError ReverseContinue();
----------------
jimingham wrote:
For programming uses, it might be more useful to have one API with a bool or
RunDirection or something? It's nicer to write:
` process.Continue(direction)
`
rather than:
if (direction = lldb.eRunBackwards):
process.ReverseContinue()
else:
process.Continue()
https://github.com/llvm/llvm-project/pull/99736
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits