Skip to content

Commit 77bf8ab

Browse files
authored
feat(general): Add new debug image variants (#188)
This adds new variants for debug images (`elf`, `macho` and `pe`). Since they are structurally equivalent, they all use the same type `NativeDebugImage`, which is also used by the now legacy `symbolic` variant. `apple` is now considered a legacy alias to `macho`.
1 parent 10dc971 commit 77bf8ab

File tree

7 files changed

+829
-966
lines changed

7 files changed

+829
-966
lines changed

Cargo.lock

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

general/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
bytecount = "0.5.0"
99
chrono = "0.4.6"
1010
cookie = { version = "0.11.0", features = ["percent-encode"] }
11-
debugid = { version = "0.3.1", features = ["with_serde"] }
11+
debugid = { version = "0.5.1", features = ["serde"] }
1212
dynfmt = { version = "0.1.1", features = ["python", "curly"] }
1313
failure = "0.1.5"
1414
hmac = "0.7.0"

0 commit comments

Comments
 (0)