Commit af4df81
committed
[third-party/py-spy/0.3.14] Align virtual address base
Summary:
This fixes a bug where we were calculating incorrect address offsets.
This tool now works on our Python binaries.
Test Plan:
```
$ buck2 run fbsource//third-party/py-spy/0.3.14:py-spy -- dump -p 1245593
```
Reviewers: bmaurer, itamaro, lisroach
Reviewed By: bmaurer
Subscribers: mzlee
Differential Revision: https://phabricator.intern.facebook.com/D506496351 parent 593d6d8 commit af4df81
3 files changed
Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
0 commit comments