[Lldb-commits] [PATCH] D59850: [Platform] Remove Kalimba Platform

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 26 15:15:40 PDT 2019


JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added subscribers: jdoerfert, MaskRay, arichardson, mgorny, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLDB.

Yesterday I stumbled upon the initialization code for the "Kalimba" platform. It looks like this was added in 2014 and never had any tests. If nobody is relying on this platform, I propose to remove it.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D59850

Files:
  lldb/include/lldb/Utility/ArchSpec.h
  lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
  lldb/source/API/SystemInitializerFull.cpp
  lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  lldb/source/Plugins/Platform/CMakeLists.txt
  lldb/source/Plugins/Platform/Kalimba/CMakeLists.txt
  lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp
  lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.h
  lldb/source/Utility/ArchSpec.cpp
  lldb/tools/lldb-test/SystemInitializerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59850.192371.patch
Type: text/x-patch
Size: 19884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190326/cab69096/attachment-0001.bin>


More information about the lldb-commits mailing list