llvm-project/lldb/source/Plugins
Adrian McCarthy fbfdd53ad1 Remove dead code for handling DWARF pubnames
Summary:
LLDB doesn't use this code, the code has no tests, and the code does suspicious
things like hashing pointers to strings instead of the strings themselves.

Subscribers: sanjoy, mgorny, JDevlieghere

Differential Revision: https://reviews.llvm.org/D43202

llvm-svn: 324925
2018-02-12 19:19:04 +00:00
..
ABI Add SysV Abi for PPC64le 2018-01-22 11:27:43 +00:00
Architecture Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
Disassembler Check existence of each required component during construction of LLVMCDisassembler. 2018-01-11 12:06:22 +00:00
DynamicLoader Advanced guessing of rendezvous breakpoint (resubmit) 2018-01-11 03:46:35 +00:00
ExpressionParser Make LLDB's clang module cache path customizable 2018-02-09 22:08:26 +00:00
Instruction [ARM64] Remove unused function. NFCI. 2018-01-02 16:22:09 +00:00
InstrumentationRuntime Upstreaming a patch from Github: When evaluation user expressions, ignore InstrumentationRuntime breakpoints. (#235) 2017-07-13 04:35:27 +00:00
JITLoader Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Language Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledName 2018-02-08 23:11:56 +00:00
LanguageRuntime Fix some warnings found by ToT clang 2017-11-02 21:35:26 +00:00
MemoryHistory Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ObjectContainer Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
ObjectFile lldb running on an ios device is using the _dyld_get_all_image_infos() 2018-02-07 01:28:29 +00:00
OperatingSystem Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
Platform Sync PlatformNetBSD.cpp with Linux 2018-02-05 17:12:23 +00:00
Process Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHostInfo 2018-02-05 23:10:51 +00:00
ScriptInterpreter Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
StructuredData Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
SymbolFile Remove dead code for handling DWARF pubnames 2018-02-12 19:19:04 +00:00
SymbolVendor We have two sources for path remapping information that we get out 2018-01-12 22:42:45 +00:00
SystemRuntime Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
UnwindAssembly Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
CMakeLists.txt Move StopInfoOverride callback to the new architecture plugin 2017-10-25 21:05:31 +00:00