llvm-project/lldb
Dave Lee 7bf3cb3ee8 [lldb] Fix issue with re.Pattern availability
`re.Pattern` is introduced in Python 3.7. To support Python 3.6, fallback to typechecking against `SRE_Pattern`.

Differential Revision: https://reviews.llvm.org/D137582
2022-11-07 19:33:57 -08:00
..
bindings [lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB docs 2022-10-28 11:31:15 +01:00
cmake Harmonize cmake_policy() across standalone builds of all projects 2022-10-28 08:46:48 +02:00
docs [lldb] Document QSetDetachOnError packet 2022-11-01 14:09:33 -07:00
examples [lldb/crashlog] Standardize file path key in the ScriptedProcess Dictionary 2022-11-04 22:05:58 -07:00
include/lldb [lldb/Interpreter] Open saved transcript in GUI Editor 2022-11-03 23:13:13 -07:00
packages/Python/lldbsuite [lldb] Fix issue with re.Pattern availability 2022-11-07 19:33:57 -08:00
resources
scripts
source [NFC][lldb] Remove unnecessary branch in TypeSystemClang::DumpTypeDescription() 2022-11-07 10:29:09 -08:00
test [lldb/crashlog] Fix frame parser regex for when there is no source info 2022-11-04 22:05:58 -07:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools [CMake] Fix -Wstrict-prototypes 2022-11-08 01:37:04 +00:00
unittests [lldb/test] Fix StructuredDataTest::GetDescriptionEmpty warning (NFC) 2022-11-04 22:05:58 -07:00
utils [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -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 Harmonize cmake_policy() across standalone builds of all projects 2022-10-28 08:46:48 +02:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py