mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
8b87e3db49
- Fix issue with no build id showing up as `000000`... (e.g. no debug info), now shows as `<no build id>` as intended. - Try to avoid loading PE file unless it's necessary on Windows symbolicating backtraces. - DefaultSymbolLocator: PDB file finding now respects the overridable path for use in the offline symbolicator (no effect on standard backtracing). - Record timestamp/size in Image Info on windows for possible future use in offline symbolicator --------- Co-authored-by: Carl Peto <carlpeto@Carls-MacBook-Pro.local>