llvm-project/lldb/include/lldb
Greg Clayton 4141c7af82 Add a new "lldb" log channel named "demangle". If we have crashes that are related to demangling, we now can enable this logging and we will be able to reproduce demangler crashes (usually due to overflowing the stack) without needing someone's project.
<rdar://problem/25221899>                                                                     

llvm-svn: 270941
2016-05-27 00:17:18 +00:00
..
API Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Breakpoint Lock the access to the BreakpointLocationCollection. 2016-05-26 23:55:04 +00:00
Core Add a new "lldb" log channel named "demangle". If we have crashes that are related to demangling, we now can enable this logging and we will be able to reproduce demangler crashes (usually due to overflowing the stack) without needing someone's project. 2016-05-27 00:17:18 +00:00
DataFormatters remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Expression remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Host second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
Initialization remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Interpreter second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
Symbol Add support for arm64 compact unwind tables, used on darwin arm64 2016-05-25 04:20:28 +00:00
Target Include <mutex> in Process.h - Jim's change in r270593 added a std::mutex 2016-05-25 05:14:16 +00:00
Utility second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
lldb-defines.h Add UNUSED_IF_ASSERT_DISABLED and apply it. 2015-07-24 00:23:29 +00:00
lldb-enumerations.h Update comment in lldb-enumerations.h 2016-04-22 08:41:07 +00:00
lldb-forward.h Fix some long standing issues that caused tests to be flaky. 2016-05-12 22:58:52 +00:00
lldb-private-defines.h Add -Wimplicit-fallthrough command line option to clang in 2016-02-16 04:14:33 +00:00
lldb-private-enumerations.h Backend support for top-level Clang epxressions 2016-03-22 21:05:51 +00:00
lldb-private-forward.h Refactor Unix signals. 2015-07-14 01:09:28 +00:00
lldb-private-interfaces.h Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
lldb-private-types.h Certain hardware architectures have registers of 256 bits in size 2016-03-10 00:14:29 +00:00
lldb-private.h Add -Wimplicit-fallthrough command line option to clang in 2016-02-16 04:14:33 +00:00
lldb-public.h
lldb-types.h Rename clang_type_t to opaque_compiler_type_t. 2015-09-22 17:04:24 +00:00
lldb-versioning.h Fix a few errors found when building lldb with newer versions of clang. 2013-10-05 02:52:22 +00:00