llvm-project/lldb/source
Marianne Mailhot-Sarrasin 82a827de3b Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union
When the parent of an expression is anonymous, skip adding '.' or '->' before the expression name.

Differential Revision: http://reviews.llvm.org/D18005

llvm-svn: 263166
2016-03-10 22:10:59 +00:00
..
API Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
Breakpoint Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
Commands Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
Core Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union 2016-03-10 22:10:59 +00:00
DataFormatters Fix a typo in FormatCache.cpp such that the cache would potentially return an invalid format in some cases 2016-02-18 19:23:52 +00:00
Expression Fix "ninja check-lldb" crash in IRExecutionUnit.cpp 2016-03-09 22:05:17 +00:00
Host Fixed the python interpreter so that it correctly inherits the top IOHandler's files instead of always using stdin/out/err. 2016-03-10 20:49:32 +00:00
Initialization Add support for reading line tables from PDB files. 2016-03-02 22:05:52 +00:00
Interpreter Last round of preliminary cleanup in my refactoring of aliases. 2016-03-09 02:27:57 +00:00
Plugins Fixed the python interpreter so that it correctly inherits the top IOHandler's files instead of always using stdin/out/err. 2016-03-10 20:49:32 +00:00
Symbol Fix compiler warnings in the java code 2016-02-29 11:44:15 +00:00
Target Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
Utility Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. 2016-02-26 01:20:20 +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