[Lldb-commits] [lldb] [LLDB] Support exception breakpoints for plugin-provided languages (PR #97675)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 4 02:00:47 PDT 2024
================
@@ -245,7 +245,7 @@ class Language : public PluginInterface {
// a match. But we wouldn't want this to match AnotherA::my_function. The
// user is specifying a truncated path, not a truncated set of characters.
// This function does a language-aware comparison for those purposes.
- virtual bool DemangledNameContainsPath(llvm::StringRef path,
+ virtual bool DemangledNameContainsPath(llvm::StringRef path,
----------------
DavidSpickett wrote:
Unrelated change.
https://github.com/llvm/llvm-project/pull/97675
More information about the lldb-commits
mailing list