llvm-project/lldb/source
Raphael Isemann 0ccc4de42e [lldb] Always log if acquiring packet sequence mutex fails
Summary:
Currently we only log in debug builds but I don't see why we would do this as this is neither
expensive and seems useful.

I looked into the git history of this code and it seems originally there was also an assert here
and the logging here was the #else branch branch for non-Debug builds.

Reviewers: #lldb, labath

Reviewed By: labath

Subscribers: JDevlieghere

Differential Revision: https://reviews.llvm.org/D76698
2020-03-24 20:24:50 +01:00
..
API [lldb] Don't dump the frame in SBTarget::EvaluateExpression in LLDB_CONFIGURATION_DEBUG 2020-03-24 20:16:09 +01:00
Breakpoint [lldb][NFC] Move local variables near to their usage 2020-03-04 16:56:51 +03:00
Commands [lldb/Target] Rework the way the inferior environment is created 2020-03-23 07:58:34 -07:00
Core Data formatters: fix detection of C strings 2020-03-24 14:25:59 +01:00
DataFormatters [lldb][NFC] Always update m_cache_{hits/misses} in FormatCache 2020-03-24 20:16:43 +01:00
Expression Internal expressions shouldn't increment the result variable numbering. 2020-03-23 13:30:37 -07:00
Host [lldb/Reproducers] Collect files imported by command script import 2020-03-24 08:54:26 -07:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [lldb] Update the current execution context at the beginning of tab completions 2020-03-06 10:44:00 -08:00
Plugins [lldb] Always log if acquiring packet sequence mutex fails 2020-03-24 20:24:50 +01:00
Symbol Revert "[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address" 2020-03-24 12:22:12 -07:00
Target Revert "[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address" 2020-03-24 12:22:12 -07:00
Utility [lldb/Reproducers] Intercept the FindProcesses API 2020-03-13 09:31:35 -07:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY 2020-02-20 10:07:50 -08:00