Skip to content

LLDB failed to lookup method names in NativePDB plugin #51933

@ZequanWu

Description

@ZequanWu
Bugzilla Link 52591
Version unspecified
OS All
CC @JDevlieghere,@labath

Extended Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalldb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions