[all-commits] [llvm/llvm-project] a59444: [LLDB] [Windows] Initial support for ARM register ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Oct 21 01:02:16 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a59444a35608988e727fe3761e34f1fad6097617
https://github.com/llvm/llvm-project/commit/a59444a35608988e727fe3761e34f1fad6097617
Author: Martin Storsjo <martin at martin.st>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h
M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
A lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
A lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h
A lldb/test/Shell/Register/Inputs/arm-fp-read.cpp
A lldb/test/Shell/Register/Inputs/arm-gp-read.cpp
A lldb/test/Shell/Register/arm-fp-read.test
A lldb/test/Shell/Register/arm-gp-read.test
M llvm/utils/lit/lit/llvm/config.py
Log Message:
-----------
[LLDB] [Windows] Initial support for ARM register contexts
Differential Revision: https://reviews.llvm.org/D69226
llvm-svn: 375392
More information about the All-commits
mailing list