File tree
5 files changed
+125
-66
lines changed- examples
- c
- rust
- profile
- src
5 files changed
+125
-66
lines changed- .cargo/config+1-1
- .cargo/runner.sh+9
- .github/workflows/build.yml+26
- .github/workflows/test.yml+49-8
- CHANGELOG.md+48
- Cargo.toml+40-18
- README.md+19-6
- benches/inspect.rs+27-4
- benches/main.rs+18-2
- benches/normalize.rs+4-4
- benches/symbolize.rs+64-18
- build.rs+127-54
- cli/.cargo+1
- cli/Cargo.toml+24
- cli/README.md+60
- cli/build.rs+18
- cli/src/args.rs+86
- cli/src/main.rs+101
- cli/var/shell-complete.rs+33
- codecov.yml+9
- data/dwarf-example
- data/test-stable-addresses.c+1-1
- examples/addr2ln.rs+38-14
- examples/addr2ln_pid.rs+37-19
- examples/backtrace.rs+84
- include/blazesym.h+133-33
- src/c_api/inspect.rs+29-3
- src/c_api/normalize.rs+228-43
- src/c_api/symbolize.rs+201-36
- src/dwarf/constants.rs-64
- src/dwarf/debug_info.rs-896
- src/dwarf/function.rs+318
- src/dwarf/lazy.rs+54
- src/dwarf/lines.rs+163
- src/dwarf/location.rs+159
- src/dwarf/mod.rs+8-5
- src/dwarf/parser.rs-1.1k
- src/dwarf/range.rs+89
- src/dwarf/reader.rs+31
- src/dwarf/resolver.rs+179-151
- src/dwarf/unit.rs+161
- src/dwarf/units.rs+491
- src/elf/cache.rs+24-24
- src/elf/mod.rs+2
- src/elf/parser.rs+236-168
- src/elf/resolver.rs+47-27
- src/elf/types.rs+9
- src/error.rs+680
- src/gsym/linetab.rs+29-3
- src/gsym/parser.rs+35-73
- src/gsym/resolver.rs+174-102
- src/gsym/types.rs+4-7
- src/inspect/inspector.rs+13-4
- src/inspect/mod.rs+1
- src/kernel.rs+19-35
- src/ksym.rs+56-34
- src/lib.rs+31-9
- src/maps.rs+81-18
- src/mmap.rs+17-7
- src/normalize/buildid.rs+214
- src/normalize/meta.rs+105-9
- src/normalize/mod.rs+24-8
- src/normalize/normalizer.rs+115-413
- src/normalize/user.rs+492
- src/resolver.rs+28-6
- src/symbolize/mod.rs+62-33
- src/symbolize/source.rs+114-17
- src/symbolize/symbolizer.rs+286-84
- src/util.rs+93-106
- src/zip.rs+58-39
- tests/blazesym.rs+194-27
- tests/c_api.rs+96-64
Lines changed: 17 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 |
| |
69 |
| - | |
70 |
| - | |
| 72 | + | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
75 |
| - | |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 |
| |
82 |
| - | |
83 |
| - | |
| 87 | + | |
84 | 88 |
| |
85 | 89 |
| |
86 | 90 |
| |
|
Lines changed: 73 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Lines changed: 33 additions & 49 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 | 2 |
| |
6 |
| - | |
| 3 | + | |
7 | 4 |
| |
8 | 5 |
| |
9 | 6 |
| |
| |||
93 | 90 |
| |
94 | 91 |
| |
95 | 92 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 93 | + | |
128 | 94 |
| |
| 95 | + | |
129 | 96 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
143 | 127 |
| |
144 | 128 |
| |
145 | 129 |
| |
|
0 commit comments