[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 22 14:39:45 PDT 2024
================
@@ -160,6 +160,8 @@ class LLDB_API SBProcess {
lldb::SBError Continue();
+ lldb::SBError ReverseContinue();
----------------
rocallahan wrote:
Yeah OK.
https://github.com/llvm/llvm-project/pull/99736
More information about the lldb-commits
mailing list