hanchenye-llvm-project/lldb
Zachary Turner 7e44a8440c Remove support for DWARF64.
LLVM doesn't produce DWARF64, and neither does GCC.  LLDB's support
for DWARF64 is only partial, and if enabled appears to also not work.
Finally, it's untested.  Removing this makes merging LLVM and
LLDB's DWARF parsing implementations simpler.

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

llvm-svn: 355975
2019-03-12 20:51:05 +00:00
..
cmake Revert "[CMake] Avoid clang-tablegen-targets dependency when building sphinx docs (experimental)" 2019-03-12 15:54:35 +00:00
docs Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
examples Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
include/lldb Remove support for DWARF64. 2019-03-12 20:51:05 +00:00
lit [Reproducers] Add a test to ensure we can reuse the reproducer dir. 2019-03-12 17:31:04 +00:00
lldb.xcodeproj Fix the project for r355939 (ASTUtils.{h,c}) 2019-03-12 18:48:58 +00:00
lldb.xcworkspace Remove accidentally commited file in xcshareddata 2019-02-05 23:35:01 +00:00
packages/Python/lldbsuite [lldb-mi] Make this test more reliable. NFC. 2019-03-12 20:41:29 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts Add "operator bool" to SB APIs 2019-03-11 13:58:46 +00:00
source Remove support for DWARF64. 2019-03-12 20:51:05 +00:00
test [CMake] Make lldb-test-deps a dependency of check-lldb 2019-02-13 20:51:13 +00:00
third_party/Python/module [lldb/thirdparty] Remove unneeded files, asked by Jonas. 2019-03-12 20:41:36 +00:00
tools [Reproducers] Support capturing a reproducer without an explicit path. 2019-03-12 16:44:18 +00:00
unittests Remove dependency edges from Host to Target/Core. 2019-03-08 20:56:10 +00:00
utils Use sys.executable in lldb-dotest 2019-02-15 07:41:17 +00:00
www Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py