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

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 9 12:19:41 PST 2016


jingham added a comment.

The part of frame variable you are testing here - namely the parsing of these "frame variable" paths, can also be directly accessed with SBValue::GetValueForExpressionPath (aargh, shouldn't have called that "expression" should we?  Too late to change now.)  Anyway, you can also use that to test more directly if you want.


Repository:
  rL LLVM

http://reviews.llvm.org/D18005





More information about the lldb-commits mailing list