llvm-project/lldb/source
Greg Clayton d28fae834a Remove assert since it was crashing the mutli process driver tests. Made the code behave correctly when indexes are out of range or the collection is empty and is "log enable lldb unwind" is enabled, log an error message.
llvm-svn: 275226
2016-07-12 23:07:50 +00:00
..
API Add an API to unwind from a hand-called expression. 2016-07-08 02:12:05 +00:00
Breakpoint Lock the access to the BreakpointLocationCollection. 2016-05-26 23:55:04 +00:00
Commands Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Core Fixed a threading race condition where we could crash after calling Debugger::Terminate(). 2016-07-11 22:50:18 +00:00
DataFormatters remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Expression Add an "experimental" setting to disable injecting local variables into expressions. 2016-07-07 18:25:48 +00:00
Host Add logging to Linux Host::GetProcessAndStatInfo. 2016-07-12 18:14:27 +00:00
Initialization Remove platform plugins from lldb-server 2016-06-29 13:58:27 +00:00
Interpreter Fix an issue where one could not define a Python command with the same name as an existing alias (or rather, one could but the results of invoking the command were far from satisfactory) 2016-07-11 17:36:55 +00:00
Plugins Tweaks to the NSIndexPath formatter to enhance stability 2016-07-12 18:33:52 +00:00
Symbol Remove assert since it was crashing the mutli process driver tests. Made the code behave correctly when indexes are out of range or the collection is empty and is "log enable lldb unwind" is enabled, log an error message. 2016-07-12 23:07:50 +00:00
Target Fix a race on process exit 2016-07-12 09:37:55 +00:00
Utility Skip leading spaces when decoding hex values 2016-05-24 18:19:45 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00