diff options
author | Shuyi Cheng <[email protected]> | 2024-09-08 17:23:53 +0800 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2024-09-09 15:56:22 -0700 |
commit | 12707b9159e631af91c051fd102d469364b6ecc3 (patch) | |
tree | 4431f44629566d5f3a96bccfe8944e90e547bddc /scripts/gdb/linux/tasks.py | |
parent | 8a3f14bb1e944f496d1a16096435ddb2e12e4753 (diff) |
libbpf: Fixed getting wrong return address on arm64 architecture
ARM64 has a separate lr register to store the return address, so here
you only need to read the lr register to get the return address, no need
to dereference it again.
Signed-off-by: Shuyi Cheng <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions