llvm-project/lldb/source
Pavel Labath d2aab749d1 Log: delimit thread name in log message
The thread name was not followed by a space, which meant it was glued to
the log message. I also align the name as we do that with other log
fields. I align it to 16 chars instead of llvm::max_thread_name(), as
that can be 64 on darwin, which is rather long. If anybody feels
differently about that, we can change it.

llvm-svn: 317679
2017-11-08 10:48:54 +00:00
..
API Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
Breakpoint Fix some warnings found by ToT clang 2017-11-02 21:35:26 +00:00
Commands Invert ArchSpec<->Platform dependency 2017-10-31 10:56:03 +00:00
Core Improve the posix core file triple detection 2017-11-04 18:25:51 +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 Add support for the DWP debug info format 2017-08-25 13:56:14 +00:00
Host Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
Initialization Logging: Disable logging after fork() 2017-10-23 19:41:17 +00:00
Interpreter [Interpreter] Remove unused variable usage. NFCI. 2017-11-01 23:46:21 +00:00
Plugins Update tuple/list/deque data formatters to work with newest libc++ 2017-11-07 22:17:29 +00:00
Symbol Fix an issue in r317563 causing a clang assert 2017-11-07 13:43:55 +00:00
Target Fix some warnings found by ToT clang 2017-11-02 21:35:26 +00:00
Utility Log: delimit thread name in log message 2017-11-08 10:48:54 +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