llvm-project/lldb/source
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
..
API [lldb/API] Expose triple for SBProcessInfo. 2021-06-02 11:35:11 +07:00
Breakpoint Make ignore counts work as "after stop" modifiers so they play nicely with conditions 2021-06-01 18:22:27 -07:00
Commands [lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDB 2021-05-18 09:41:20 +02:00
Core Improve performance when parsing symbol tables in mach-o files. 2021-06-02 10:31:37 -07:00
DataFormatters [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Expression [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Host [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Initialization [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Interpreter [various] Remove or use variables which are unused but set. 2021-06-01 15:38:48 -07:00
Plugins [lldb][NFC] Remove a redundant call to weak_ptr::expired 2021-06-04 12:06:53 +02:00
Symbol Improve performance when parsing symbol tables in mach-o files. 2021-06-02 10:31:37 -07:00
Target [NFC][trace][intel-pt] small test fixes 2021-06-02 14:06:25 -07:00
Utility [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00