Issue 125355
Summary [lldb] `.pdb` is not being searched in current binary path on MS Windows
Labels new issue
Assignees
Reporter 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](https://github.com/user-attachments/assets/ebd434fc-2e66-4908-863d-11739c09dc7e)

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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to