[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)

Robert O'Callahan via lldb-commits lldb-commits at lists.llvm.org
Sat Dec 14 03:22:19 PST 2024


================
@@ -1363,9 +1375,51 @@ Status ProcessGDBRemote::DoResume() {
       }
     }
 
+    if (direction == RunDirection::eRunReverse && continue_packet_error) {
----------------
rocallahan wrote:

Removed `continue_packet_error` from here.

https://github.com/llvm/llvm-project/pull/112079


More information about the lldb-commits mailing list