llvm-project/lldb
Harmen Stoppels cdcb9ab10e Revert "Use find_library for ncurses"
The introduction of find_library for ncurses caused more issues than it solved problems. The current open issue is it makes the static build of LLVM fail. It is better to revert for now, and get back to it later.

Revert "[CMake] Fix an issue where get_system_libname creates an empty regex capture on windows"
This reverts commit 1ed1e16ab8.

Revert "Fix msan build"
This reverts commit 34fe9613dd.

Revert "[CMake] Always mark terminfo as unavailable on Windows"
This reverts commit 76bf26236f.

Revert "[CMake] Fix OCaml build failure because of absolute path in system libs"
This reverts commit 8e4acb82f7.

Revert "[CMake] Don't look for terminfo libs when LLVM_ENABLE_TERMINFO=OFF"
This reverts commit 495f91fd33.

Revert "Use find_library for ncurses"
This reverts commit a52173a3e5.

Differential revision: https://reviews.llvm.org/D86521
2020-08-27 17:57:26 -07:00
..
bindings Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
cmake [lldb] Remove redundant call to FindBacktrace (NFC) 2020-08-20 22:41:49 -07:00
docs [lldb] Remote disk file/directory completion for platform commands 2020-08-24 17:55:54 +02:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb [lldb/Utility] Use APSInt in the Scalar class 2020-08-27 15:05:47 +02:00
packages/Python [lldb] Move triple construction out of getArchCFlags in DarwinBuilder (NFC) 2020-08-27 09:31:01 -07:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source Revert "Use find_library for ncurses" 2020-08-27 17:57:26 -07:00
test [lldb] Fix Type::GetByteSize for pointer types 2020-08-27 15:37:49 +02:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools [lldb] Make lldb-argdumper a dependency of liblldb 2020-08-27 09:31:02 -07:00
unittests [lldb] Fix "no matching std::pair constructor" on Ubuntu 16.04 (NFC) 2020-08-27 17:23:44 -07:00
utils [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
.clang-format
.clang-tidy [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 12:50:28 -07:00
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT
use_lldb_suite_root.py