[all-commits] [llvm/llvm-project] d1486e: [lldb] Change CreateHostNativeRegisterContextLinux...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Mar 30 02:46:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1486e65a1645ca00c3e3109e4e4bb72df1082c3
https://github.com/llvm/llvm-project/commit/d1486e65a1645ca00c3e3109e4e4bb72df1082c3
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
Log Message:
-----------
[lldb] Change CreateHostNativeRegisterContextLinux argument type
to NativeThreadLinux. This avoid casts down the line.
More information about the All-commits
mailing list