[all-commits] [llvm/llvm-project] db457e: [lldb] [Process/FreeBSD] Fix arm64 build after Reg...
Michał Górny via All-commits
all-commits at lists.llvm.org
Sat May 1 13:51:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db457e64794ccbc248236c10333db9e13c082a78
https://github.com/llvm/llvm-project/commit/db457e64794ccbc248236c10333db9e13c082a78
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-05-01 (Sat, 01 May 2021)
Changed paths:
M lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
Log Message:
-----------
[lldb] [Process/FreeBSD] Fix arm64 build after RegisterInfoPOSIX_arm64 changes
Commit 88a5b35d63f927db69ec953ff487a7ba2504a610 changed the API
of RegisterInfoPOSIX_arm64 and effectively broke the FreeBSD plugin.
Update it to work with the new API.
Differential Revision: https://reviews.llvm.org/D101521
More information about the All-commits
mailing list