[Lldb-commits] [lldb] [lldb] Realpath symlinks for breakpoints (PR #102223)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 16 15:02:52 PDT 2024
Sterling-Augustine wrote:
```lrwxrwxrwx 1 saugustine primarygroup 13 Aug 16 15:21 test/API/functionalities/breakpoint/breakpoint_with_realpath_and_source_map/symlink1/foo.h -> ../real/foo.h
-rw-r--r-- 1 saugustine primarygroup 59 Aug 16 15:21 test/API/functionalities/breakpoint/breakpoint_with_realpath_and_source_map/symlink2/foo.h
```
Is it intended for the symlink to have greater permissions than the real file? This is causing some problems on filesystems that are strict about this. I plan to fix shortly, but let me know if that is a mistake.
https://github.com/llvm/llvm-project/pull/102223
More information about the lldb-commits
mailing list