commit | 29f394339bc54558d8a6b0afb8d263e831f6c295 | [log] [tgz] |
---|---|---|
author | Aliaksey Kandratsenka <alkondratenko@gmail.com> | Sat Apr 06 03:39:49 2024 |
committer | Aliaksey Kandratsenka <alkondratenko@gmail.com> | Wed May 29 22:30:09 2024 |
tree | a4400824724b22450d86d1348d8f37a1c6d3adc4 | |
parent | 29b6eff4c7e79f099dc7ca70700daa081743c2cf [diff] |
refactor and simplify capturing backtraces from mmap hooks The case of mmap and sbrk hooks is simple enough that we can do simpler "skip right number of frames" approach. Instead of relying on less portable and brittle attribute section trick.