Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We arm bots, at least. Other arches will have to fix any build issues post commit ("if you like it, then you shoulda put a bot on it")
Paths
| Differential D90119
[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 ClosedPublic Authored by mgorny on Oct 25 2020, 8:08 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: atanasyan, kbarton, nemanjai. · View Herald TranscriptOct 25 2020, 8:08 AM Comment Actions We arm bots, at least. Other arches will have to fix any build issues post commit ("if you like it, then you shoulda put a bot on it") This revision is now accepted and ready to land.Oct 26 2020, 3:19 AM Closed by commit rGf5ca27569eac: [lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86 (authored by mgorny). · Explain WhyOct 26 2020, 3:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300627 lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
|