3 files changed
+40
-15
lines changed- .clippy.toml+2
- .github/workflows/build-linux.yml+81
- .github/workflows/publish-cli.yml+1-1
- .github/workflows/test.yml+108-4
- CHANGELOG.md+19
- Cargo.toml+11-4
- LICENSE+1-1
- README-devel.md+13-1
- README.md+9-4
- benches/main.rs+1-1
- benches/normalize.rs+118-19
- benches/symbolize.rs+2-2
- build.rs+41-31
- capi/CHANGELOG.md+11
- capi/Cargo.toml+9-4
- capi/LICENSE+1
- capi/benches/capi.rs+1-1
- capi/benches/normalize.rs+2-2
- capi/include/blazesym.h+89-55
- capi/src/helper.rs+42
- capi/src/inspect.rs+14-7
- capi/src/lib.rs+2
- capi/src/normalize.rs+59-18
- capi/src/symbolize.rs+104-88
- cli/CHANGELOG.md+6
- cli/Cargo.toml+2-2
- cli/README.md+2-2
- cli/src/args.rs+4
- cli/src/main.rs+2
- data/config+130
- data/test-stable-addrs.ld+28-5
- examples/gsym-in-apk/Cargo.toml+1-1
- examples/sym-debuginfod/Cargo.toml+1-1
- src/breakpad/parser.rs+16-82
- src/dwarf/debug_link.rs+53-6
- src/dwarf/function.rs+22-28
- src/dwarf/lines.rs+13-13
- src/dwarf/location.rs+2-1
- src/dwarf/range.rs+2-3
- src/dwarf/unit.rs+8-9
- src/dwarf/units.rs+24-16
- src/elf/parser.rs+1
- src/error.rs+23-1
- src/file_cache.rs+2
- src/gsym/parser.rs+2-2
- src/inspect/inspector.rs+4
- src/lib.rs+2
- src/maps.rs+158-47
- src/mmap.rs+24-71
- src/normalize/buildid.rs+19-6
- src/normalize/ioctl.rs+397
- src/normalize/meta.rs+17-14
- src/normalize/mod.rs+1
- src/normalize/normalizer.rs+184-64
- src/normalize/user.rs+137-40
- src/once.rs+1
- src/symbolize/perf_map.rs+12-11
- src/symbolize/symbolizer.rs+209-156
- src/test_helper.rs+1
- src/util.rs+74-26
- src/zip.rs+5-3
- tests/allocs.rs+4-2
- tests/blazesym.rs+29-10
- tests/common/mod.rs+11-1
- tests/permission.rs+8-6
- tests/permissionless.rs+10-8
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
Lines changed: 32 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments