[Lldb-commits] [lldb] [lldb-dap] Enabling instruction breakpoint support to lldb-dap. (PR #105278)
Santhosh Kumar Ellendula via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 22 09:08:33 PDT 2024
================
@@ -0,0 +1,6 @@
+CXX_SOURCES := main-copy.cpp
+CXXFLAGS_EXTRAS := -O1 -g
----------------
santhoshe447 wrote:
I just verified with -O1, so same has been submitted.
I have changed it to "-O0"
https://github.com/llvm/llvm-project/pull/105278
More information about the lldb-commits
mailing list