[Lldb-commits] [lldb] [lldb-dap] Send an Invalidated event on thread stack change. (PR #163976)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 17 11:00:17 PDT 2025
================
@@ -0,0 +1,9 @@
+#include "other.h"
+
+int main() {
+ int first = 5;
+ int second = 10;
+ const int result = add(first, second);
+
+ return 0;
+}
----------------
DrSergei wrote:
nit: please add empty line in the end of file
https://github.com/llvm/llvm-project/pull/163976
More information about the lldb-commits
mailing list