[Lldb-commits] [lldb] [llvm] [lldb-dap] Support column breakpoints (PR #113787)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 28 17:21:20 PDT 2024
vogelsgesang wrote:
> does this feature require compiling target with -gcolumn-info to work?
Apparently, `-gcolumn-info` is on by default. If I pass `-gno-column-info`, the test case actually fails. But as long as I don't pass anything, column info seems to be included in the debug info.
https://github.com/llvm/llvm-project/pull/113787
More information about the lldb-commits
mailing list