30 Nov
2024
30 Nov
'24
3:11 p.m.
updated the MR, hopefully this should work now
Yes, it works now.
it's likely we shouldn't try `/usr/lib/debug/.build-id/xxx/yyy` (which points to the stripped image) but `/usr/lib/debug/.build-id/xxx/yyy.debug` instead. (updated MR to only try the later, previously was trying the former first, and in case of failure the later)
Thanks for the change. Now debugging symbols are correctly loaded. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6715#note_89310