llvm-project/lldb/source
Pavel Labath c561a6a920 Add LLDB_LOG_ERROR macro
Summary:
The difference between this and regular LLDB_LOG is that this one clears
the error object unconditionally.  This was inspired by the
ObjectFileELF bug (r322664), where the error object was being cleared
only if logging was enabled.

Reviewers: davide, zturner, jingham, clayborg

Subscribers: lldb-commits, emaste

Differential Revision: https://reviews.llvm.org/D42182

llvm-svn: 323753
2018-01-30 12:19:34 +00:00
..
API Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
Breakpoint Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase. 2018-01-12 03:03:23 +00:00
Commands Fix use after free in DiskFilesOrDirectories 2018-01-22 09:17:16 +00:00
Core [lldb][PPC64] Fixed long double variables dump 2018-01-17 15:11:20 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression [IRExecutionUnit] Remove broken/dead code. 2018-01-04 23:37:18 +00:00
Host [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on Linux 2018-01-29 18:25:06 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
Plugins Add LLDB_LOG_ERROR macro 2018-01-30 12:19:34 +00:00
Symbol Make sure DataBufferLLVM contents are writable 2017-12-21 10:54:30 +00:00
Target Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
Utility Remove ObjectFile usage from HostLinux::GetProcessInfo 2018-01-29 10:46:00 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00