Weihang Lo 281629bd2b
fix(trim-paths): remap all paths to build.build-dir
Remap all paths pointing to `build.build-dir`,
i.e., `[BUILD_DIR]/debug/deps/foo-[HASH].dwo` would be remapped to
`/cargo/build-dir/debug/deps/foo-[HASH].dwo`
(note the `/cargo/build-dir` prefix).

This covers scenarios like:

* Build script generated code. For example, a build script may call `file!`
  macros, and the associated crate uses [`include!`] to include the expanded
  [`file!`] macro in-place via the `OUT_DIR` environment.
* On Linux, `DW_AT_GNU_dwo_name` that contains paths to split debuginfo
  files (dwp and dwo).
2025-06-02 14:26:36 -04:00
..
2025-05-25 08:18:41 -07:00
2025-05-17 19:32:32 -07:00
2025-05-14 08:52:27 -07:00
2025-05-14 08:52:27 -07:00
2024-11-25 09:27:09 -06:00
2025-05-14 08:52:27 -07:00
2025-05-14 08:52:27 -07:00
2025-05-24 17:36:32 -07:00
2025-05-25 08:24:09 -07:00
2025-01-13 10:40:13 -06:00
2024-07-26 23:26:48 +08:00
2024-11-25 09:27:09 -06:00
2025-02-26 14:57:14 -06:00
2024-11-15 09:33:23 -06:00
2025-04-23 13:19:45 +02:00