llvm-project/lldb/source
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
..
API Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
Breakpoint Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase. 2018-01-12 03:03:23 +00:00
Commands Fix use after free in DiskFilesOrDirectories 2018-01-22 09:17:16 +00:00
Core [lldb][PPC64] Fixed long double variables dump 2018-01-17 15:11:20 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression [IRExecutionUnit] Remove broken/dead code. 2018-01-04 23:37:18 +00:00
Host Resolve binary symlinks before finding its separate .debug file 2018-02-05 10:50:38 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
Plugins Remove dead code for handling DWARF pubnames 2018-02-12 19:19:04 +00:00
Symbol Make sure DataBufferLLVM contents are writable 2017-12-21 10:54:30 +00:00
Target Make LLDB's clang module cache path customizable 2018-02-09 22:08:26 +00:00
Utility Remove ObjectFile usage from HostLinux::GetProcessInfo 2018-01-29 10:46:00 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00