Skip to content

[lldb] .pdb is NOT being searched in current binary path on MS Windows #125355

@brunvonlope

Description

@brunvonlope

lldb have a strange behavior of not searching for .pdb files which are along the corresponding binary. For example, this .pdb file placement is totally ignored by lldb:

Image

So, we need to manually do target symbols add binary.pdb to each binary, which is makes the whole debugging undoable in complex programs

Since we can't have something like .gnu_debuglink, lldb should do the work by itself searching the .pdb files in the binary path, like WinDBG do.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions