llvm-capstone/lldb
Jonas Devlieghere 1034688d58
[lldb] Re-enable TestVSCode_disconnect on Darwin
The test was disabled because it failed on the sanitized bot. I'm not
able to reproduce that locally. The test uses timeouts which could
explain why it was failing in the past.

Let's re-enable it and see what happens. If it fails again on
GreenDragon, rather than disabling it on Darwin altogether, we should
either increase the timeouts or skip it when run under ASan.
2023-08-25 11:02:38 -07:00
..
bindings [lldb] Bump SWIG minimum version to 4 2023-08-04 14:34:01 -07:00
cmake [lldb] Bump SWIG minimum version to 4 2023-08-04 14:34:01 -07:00
docs Revert "[lldb/infra] Revamp lldb.llvm.org" 2023-08-24 19:44:16 +01:00
examples [lldb/crashlog] Fix python version requirement issue 2023-08-21 21:52:44 +01:00
include [LLDB] Allow expression evaluators to set arbitrary timeouts 2023-08-22 17:41:14 -04:00
packages/Python/lldbsuite [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
source [lldb] Fix grammar in error message emitted by IRExecutionUnit 2023-08-24 14:11:30 -07:00
test [lldb] Re-enable TestVSCode_disconnect on Darwin 2023-08-25 11:02:38 -07:00
third_party/Python/module [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
tools [lldb] Qualify auto in the lldb driver (NFC) 2023-08-25 07:40:37 -07:00
unittests [mlir][complex] Convert complex.abs to arith with fastmath flag 2023-08-25 12:10:43 +09:00
utils [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
CodeOwners.rst [lldb] Update LLDB Code Ownership 2023-08-08 08:54:03 -07:00
LICENSE.TXT
use_lldb_suite_root.py