Revert "[lldb] Add support for MSP430 in LLDB."
authorAnton Korobeynikov <anton@korobeynikov.info>
Mon, 17 Apr 2023 18:29:59 +0000 (11:29 -0700)
committerAnton Korobeynikov <anton@korobeynikov.info>
Mon, 17 Apr 2023 18:30:27 +0000 (11:30 -0700)
commit845612062389e3defbe073119b481a5472e9fc36
treead237d4caa0980accf85c2bb669f5c9be45138bd
parent5041fe8439c161e5d9d8f7774f7ca95af46d880e
Revert "[lldb] Add support for MSP430 in LLDB."

This reverts commit 82c02b733c7736507a41a26bebd37d3f8e88bd4e.

Apparently, the original patch was not rebased onto `main
18 files changed:
lldb/include/lldb/Utility/ArchSpec.h
lldb/include/lldb/Utility/DataExtractor.h
lldb/source/Expression/IRMemoryMap.cpp
lldb/source/Expression/LLVMUserExpression.cpp
lldb/source/Host/common/NativeProcessProtocol.cpp
lldb/source/Plugins/ABI/CMakeLists.txt
lldb/source/Plugins/ABI/MSP430/ABISysV_msp430.cpp [deleted file]
lldb/source/Plugins/ABI/MSP430/ABISysV_msp430.h [deleted file]
lldb/source/Plugins/ABI/MSP430/CMakeLists.txt [deleted file]
lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Target/Platform.cpp
lldb/source/Utility/ArchSpec.cpp
lldb/test/API/functionalities/gdb_remote_client/TestMSP430MSPDebug.py [deleted file]
lldb/test/API/functionalities/gdb_remote_client/msp430.yaml [deleted file]
lldb/unittests/Utility/ArchSpecTest.cpp