================ @@ -339,6 +339,15 @@ class Language : public PluginInterface { virtual llvm::StringRef GetInstanceVariableName() { return {}; } + /// Returns true if this SymbolContext should be ignored when setting + /// breakpoints by line (number or regex). This is useful for languages that + /// create artificial functions without any meaningful user code associated + /// with them (e.g. code that gets expanded in late compilation stages, like + /// by CoroSplitter). + virtual bool IgnoreForLineBreakpoints(const SymbolContext &) const { ---------------- felipepiovezan wrote:
brevity: This is useful for -> Helpful for any meaningful -> meaningful https://github.com/llvm/llvm-project/pull/83908 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits