[all-commits] [llvm/llvm-project] d93e1d: [debugserver] Fix ARM64 logs
Alex via All-commits
all-commits at lists.llvm.org
Fri Mar 31 14:45:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d93e1d87fb6578c104a0163a051280863e644d57
https://github.com/llvm/llvm-project/commit/d93e1d87fb6578c104a0163a051280863e644d57
Author: Alex Langford <alangford at apple.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
Log Message:
-----------
[debugserver] Fix ARM64 logs
DNBArchImplARM64.cpp had a ton of logs referring to DNBArchMachARM and
one log referring to DNBArchMachX86_64. I've changed these all to ARM64.
More information about the All-commits
mailing list