[Lldb-commits] [PATCH] D18005: Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union

Marianne Mailhot-Sarrasin via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 9 11:43:48 PST 2016


mamai created this revision.
mamai added a reviewer: clayborg.
mamai added a subscriber: lldb-commits.
mamai set the repository for this revision to rL LLVM.

When the parent of an expression is anonymous, skip adding '.' or '->' before the expression name.

Repository:
  rL LLVM

http://reviews.llvm.org/D18005

Files:
  packages/Python/lldbsuite/test/functionalities/expression_path/Makefile
  packages/Python/lldbsuite/test/functionalities/expression_path/TestExpressionPath.py
  packages/Python/lldbsuite/test/functionalities/expression_path/main.cpp
  source/Core/ValueObject.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18005.50168.patch
Type: text/x-patch
Size: 3640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160309/13158461/attachment.bin>


More information about the lldb-commits mailing list