[all-commits] [llvm/llvm-project] 1db9af: [lldb/crashlog] Make registers always available & ...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Jun 20 15:26:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1db9afb102acbb447ee374851d11fcdbea7fe5ec
https://github.com/llvm/llvm-project/commit/1db9afb102acbb447ee374851d11fcdbea7fe5ec
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M lldb/examples/python/crashlog.py
M lldb/examples/python/crashlog_scripted_process.py
A lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive_crashlog_arm64_register.test
Log Message:
-----------
[lldb/crashlog] Make registers always available & fix x29/x30 parsing (#145104)
This patch addresses 2 issues:
1. It makes registers available on non-crashed threads all the time
2. It fixes arm64 registers parsing for registers that don't use the `x`
prefix (`fp` -> `x29` / `lr` -> `x30`)
---------
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list