[Lldb-commits] [lldb] [lldb] Allow languages to filter breakpoints set by line (PR #83908)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 4 15:45:16 PST 2024
felipepiovezan wrote:
> Also, are these 100% uninteresting line table entries? At present, there's no way to get lldb to not filter them out, so they either really need to be totally uninteresting, or we need a setting to turn them back on again.
They should be 100% uninteresting, but I agree that it would be nice to have a mechanism allowing these to be re-enabled.
Do you think it is better to have a setting for this, or could we perhaps add the breakpoint but keep it disabled by default (is there precedent for this?) ?
https://github.com/llvm/llvm-project/pull/83908
More information about the lldb-commits
mailing list