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@lists.llvm.org
          Reporter: zequa...@google.com
                CC: jdevliegh...@apple.com, llvm-b...@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 the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to