llvm-project/lldb/source
Pavel Labath 8070bf0a54 Remove lock from ConstString::GetLength
Summary: ConstStrings are immutable, so there is no need to grab even a reader lock in order to read the length field.

Reviewers: #lldb, labath

Reviewed By: labath

Subscribers: zturner, labath, lldb-commits

Differential Revision: https://reviews.llvm.org/D32306
Patch by Scott Smith <scott.smith@purestorage.com>

llvm-svn: 301642
2017-04-28 12:08:28 +00:00
..
API Initial implementation of SB APIs for Tracing support. 2017-04-26 08:48:50 +00:00
Breakpoint iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
Commands Fix !N and !-N commands and add a test case. 2017-04-19 23:21:04 +00:00
Core Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
DataFormatters Stop calling ValueObject::SetName from synthetic child providers 2017-03-31 20:48:00 +00:00
Expression Add CopyDiagnostic to the DiagnosticManager. 2017-04-19 18:56:44 +00:00
Host Resurrect pselect MainLoop implementation 2017-04-28 10:26:06 +00:00
Initialization Enable ProcessPOSIXLog on NetBSD 2017-03-21 17:26:55 +00:00
Interpreter Update GDB remote command regex for IPv6 2017-04-27 16:13:58 +00:00
Plugins Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
Symbol Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
Target Provide a mechanism to do some pre-loading of symbols up front. 2017-04-28 00:51:06 +00:00
Utility Remove lock from ConstString::GetLength 2017-04-28 12:08:28 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00