llvm-project/lldb/source
Tamas Berghammer c73301bbe3 Change the /proc/<pid>/maps to not assert on incorrect input
If LLDB reads some incorrect input form /proc/<pid>/maps then it
should report an error instead of assert-ing as we don't want to
crash in case of an incorrect maps file.

Differential revision: http://reviews.llvm.org/D22211

llvm-svn: 275060
2016-07-11 13:43:27 +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 Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic values can refer back to their parents 2016-07-08 18:39:36 +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 Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
Initialization Remove platform plugins from lldb-server 2016-06-29 13:58:27 +00:00
Interpreter When calling "settings set target.source-map <old-path> <new-path>", make sure that <new-path> exists before accepting it as a remapping. 2016-07-08 23:06:38 +00:00
Plugins Change the /proc/<pid>/maps to not assert on incorrect input 2016-07-11 13:43:27 +00:00
Symbol LLDB reads incorrect memory ranges when displaying bitfields when reading bits from file memory. 2016-07-06 23:11:13 +00:00
Target Add an "experimental" setting to disable injecting local variables into expressions. 2016-07-07 18:25:48 +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