[Lldb-commits] [lldb] [lldb-dap] Show assembly depending on `stop-disassembly-display` settings (PR #136494)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 24 03:20:54 PDT 2025
================
@@ -0,0 +1,10 @@
+#include <stdint.h>
+#include <stdio.h>
----------------
da-viper wrote:
we could remove the includes as it is not really used in tests. as adding them increases the test times.
https://github.com/llvm/llvm-project/pull/136494
More information about the lldb-commits
mailing list