[Lldb-commits] [lldb] [lldb] Allow languages to filter breakpoints set by line (PR #83908)

via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 4 14:35:24 PST 2024


jimingham wrote:

LGTM except you should have a little bit of doc describing what "interesting" means.  On the face of it, this seems a little silly.  Why would the compiler emit "uninteresting" line table entries?  Your example motivation the PR makes that clear, that or something like in the docs would help motivate this.


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.

https://github.com/llvm/llvm-project/pull/83908


More information about the lldb-commits mailing list