llvm-project/lldb/source
Jason Molenda 3db7ebc87f If lldb is being built with ASAN instrumentation, have lldb
create its own threads with 8MB additional maximum stack size.
Extra room is needed for the bookkeeping needed for this 
instrumentation.

llvm-svn: 227421
2015-01-29 06:28:36 +00:00
..
API Add logic to ClangASTType and SBType to discover information about vector types 2015-01-28 22:18:02 +00:00
Breakpoint Make sure that when a breakpoint is hit but its condition is not met, 2015-01-15 01:41:04 +00:00
Commands Fixed the failing test: 2015-01-28 22:08:17 +00:00
Core Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext* 2015-01-28 01:09:45 +00:00
DataFormatters Harden against the process pointer being null - this seems like it shouldn't happen, except it did - by a user stopping the debugger while the variables view was refreshing 2015-01-28 19:23:51 +00:00
Expression Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime 2015-01-28 00:07:51 +00:00
Host If lldb is being built with ASAN instrumentation, have lldb 2015-01-29 06:28:36 +00:00
Interpreter Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected. 2015-01-28 01:33:37 +00:00
Plugins When starting a kernel debug session (PlatformDarwinKernel), scan 2015-01-29 06:20:05 +00:00
Symbol Add logic to ClangASTType and SBType to discover information about vector types 2015-01-28 22:18:02 +00:00
Target Fixed the failing test: 2015-01-28 22:08:17 +00:00
Utility UriParser - fixed potential buffer overrun 2015-01-15 20:57:01 +00:00
CMakeLists.txt Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00