[Lldb-commits] [lldb] [LLDB] Fix symbol breakpoint lookups for non-C-like languages (PR #110543)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 30 13:43:48 PDT 2024


================
@@ -24,10 +24,10 @@
 using namespace lldb;
 using namespace lldb_private;
 
-BreakpointResolverName::BreakpointResolverName(const BreakpointSP &bkpt,
----------------
walter-erquinigo wrote:

Good catch, I didn't realize the formatter changes this file.

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


More information about the lldb-commits mailing list