[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 19 23:43:23 PDT 2024
================
@@ -0,0 +1,12 @@
+static void start_recording() {}
+
+static void trigger_breakpoint() {}
+
+static void stop_recording() {}
----------------
medismailben wrote:
It would be nice to add some sample code in each of these functions to test of lldb behaves with things like variable inspection, source listing, etc.
https://github.com/llvm/llvm-project/pull/99736
More information about the lldb-commits
mailing list