Remove the name and alt_name parameters from AddRegister() and instead
pass them via RegisterInfo.name and .alt_name fields. This makes
the API simpler and removes some duplication.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D109872
[lldb] [DynamicRegisterInfo] Pass name/alt_name via RegisterInfo ClosedPublic Authored by mgorny on Sep 16 2021, 2:46 AM.
Details Summary Remove the name and alt_name parameters from AddRegister() and instead
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 16 2021, 2:51 AM This revision was landed with ongoing or failed builds.Sep 16 2021, 3:00 AM Closed by commit rG86a58f10284d: [lldb] [DynamicRegisterInfo] Pass name/alt_name via RegisterInfo (authored by mgorny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372885 lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
|
clang-tidy: error: 'lldb/Host/Config.h' file not found [clang-diagnostic-error]
not useful