llvm-project/lldb/source
Sean Callanan 35e678c7e0 Don't allow the expression parser to magically
look through 'self' at its ivars.  It produces
surprising results.

<rdar://problem/18698760>

llvm-svn: 220220
2014-10-20 18:36:58 +00:00
..
API Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
Breakpoint Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
Commands Break out of the command word parsing loop if we hit 2014-10-17 02:10:33 +00:00
Core Put #if 0 blocks around three sections of code that are intentionally 2014-10-17 01:36:20 +00:00
DataFormatters Make a general helper function on the AST context to retrieve a type by identifier in the fashion needed by data formatters 2014-10-17 17:56:59 +00:00
Expression Don't allow the expression parser to magically 2014-10-20 18:36:58 +00:00
Host Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
Interpreter Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
Plugins Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
Symbol Add null-checks around getter/setter before using them. 2014-10-17 01:55:08 +00:00
Target Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Fix the build after the recent plugin additions for 2014-10-11 00:38:55 +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 LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00