llvm/lldb
Raphael Isemann 0a655c62ec [lldb][NFC] Remove a redundant call to weak_ptr::expired
The `lock` call directly will check for us if the `weak_ptr` is expired and
returns an invalid `shared_ptr` (which we correctly handle), so this check is
redundant.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D103442
2021-06-04 12:06:53 +02:00
..
bindings [lldb/API] Expose triple for SBProcessInfo. 2021-06-02 11:35:11 +07:00
cmake [lldb] add LLDB_SKIP_DSYM option 2021-05-26 09:32:59 -07:00
docs [lldb] Fix typos. NFC. 2021-05-31 06:48:57 +07:00
examples [lldb] Fix typos. NFC. 2021-05-31 06:48:57 +07:00
include/lldb [lldb/API] Expose triple for SBProcessInfo. 2021-06-02 11:35:11 +07:00
packages/Python [lldb] Introduce createTestTarget for creating a valid target in API tests 2021-05-24 16:18:44 +02:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
source [lldb][NFC] Remove a redundant call to weak_ptr::expired 2021-06-04 12:06:53 +02:00
test [LLDB] Skip TestDataFormatterStdUniquePtr.py on arm/linux 2021-06-03 14:57:00 +05:00
third_party/Python/module
tools [lldb][intel-pt] Remove old plugin 2021-05-27 12:16:22 -07:00
unittests [lldb][NFC] Remove unused 'using ArrayRef' in RegisterValueTest 2021-06-03 11:17:36 +02:00
utils [lldb] Match test dependencies name to other LLVM projects. 2021-05-21 00:10:27 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [LLDB] Don't use the local python to set a default for LLDB_PYTHON_RELATIVE_PATH when cross compiling. 2021-05-11 14:04:41 +03:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py