Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D69226
[LLDB] [Windows] Initial support for ARM register contexts ClosedPublic Authored by mstorsjo on Oct 20 2019, 1:45 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 20 2019, 1:45 PM Herald added subscribers: llvm-commits, JDevlieghere, teemperor and 3 others. · View Herald Transcript This revision is now accepted and ready to land.Oct 20 2019, 2:56 PM Closed by commit rGa59444a35608: [LLDB] [Windows] Initial support for ARM register contexts (authored by mstorsjo). · Explain WhyOct 21 2019, 1:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 225831 lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h
lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h
lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
lldb/test/Shell/Register/Inputs/arm-fp-read.cpp
lldb/test/Shell/Register/Inputs/arm-gp-read.cpp
lldb/test/Shell/Register/arm-fp-read.test
lldb/test/Shell/Register/arm-gp-read.test
llvm/utils/lit/lit/llvm/config.py
|