[Lldb-commits] [lldb] [lldb-dap] Add 'source' references to stack frames without source files. (PR #128268)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 24 09:35:19 PST 2025
ashgti wrote:
> Could we make the test self contained (i.e. without the qsort reference)? If all you need is a function without debug info, then `__attribute__((nodebug))` should suffice.
Thanks for the suggestion! That works a lot more consistently than depending on the implementation details of libc's qsort.
https://github.com/llvm/llvm-project/pull/128268
More information about the lldb-commits
mailing list