[Lldb-commits] [PATCH] D146965: [lldb] Add support for MSP430 in LLDB.
Ilia Kuklin via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 27 07:44:08 PDT 2023
kuilpd created this revision.
kuilpd added a reviewer: asl.
kuilpd added a project: LLDB.
Herald added subscribers: Michael137, JDevlieghere.
Herald added a project: All.
kuilpd requested review of this revision.
Herald added a subscriber: lldb-commits.
Add MSP430 to the list of available targets, implement MSP430 ABI, add support for debugging targets with 16-bit address size.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146965
Files:
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
lldb/source/Plugins/ABI/MSP430/ABISysV_msp430.h
lldb/source/Plugins/ABI/MSP430/CMakeLists.txt
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146965.508626.patch
Type: text/x-patch
Size: 23287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230327/f94f41f0/attachment-0001.bin>
More information about the lldb-commits
mailing list