[lldb] [gdb-remote] Remove HardcodeARMRegisters() hack
authorMichał Górny <mgorny@moritz.systems>
Sat, 9 Oct 2021 14:21:49 +0000 (16:21 +0200)
committerMichał Górny <mgorny@moritz.systems>
Mon, 25 Oct 2021 18:05:29 +0000 (20:05 +0200)
commit26c584f4f1a3359bcb31b357ec020e7b8038c10c
treefeaeac4a428a13fe2b63588b0caf58d5eb26f7a5
parent1b348902ea86a3fb73a61837b1fb4aa78abf8a7e
[lldb] [gdb-remote] Remove HardcodeARMRegisters() hack

HardcodeARMRegisters() is a hack that was supposed to be used "until
we can get an updated debugserver down on the devices".  Since it was
introduced back in 2012, there is a good chance that the debugserver
has been updated at least once since then.  Removing this code makes
transition to the new DynamicRegisterInfo API easier.

Differential Revision: https://reviews.llvm.org/D111491
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp