[llvm-bugs] [Bug 52591] New: LLDB failed to lookup method names in NativePDB plugin

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 23 10:46:04 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=52591

            Bug ID: 52591
           Summary: LLDB failed to lookup method names in NativePDB plugin
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: zequanwu at google.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

The following lldb commands fail to lookup/set breakpoint on given method
names:
`image lookup -n A::foo()`
`b A::foo()`

The problem is that lldb passes the function base name(e.g. "foo()") to
Plugins' FindFunctions, and NativePDB plugin can only lookup functions by their
full names.

Is there a way to only pass functions' full names to FindFunctions?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211123/e04fecdc/attachment.html>


More information about the llvm-bugs mailing list