[Lldb-commits] [PATCH] D32732: "target variable" not showing all global variable if we print any global variable before execution starts

vignesh balu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 12 07:30:13 PDT 2017


vbalu updated this revision to Diff 98762.
vbalu added a comment.

Modified as per suggested. I used the flag option "flagsParsedVariables" to monitor if global variable are completely parsed or not.
Looks like it never used. For a compile unit global variable will be parsed only through the method "GetVariableList" so i set the flag  there.


Repository:
  rL LLVM

https://reviews.llvm.org/D32732

Files:
  packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
  packages/Python/lldbsuite/test/functionalities/target_command/globals.c
  source/Symbol/CompileUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32732.98762.patch
Type: text/x-patch
Size: 4910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170512/7ae4536b/attachment.bin>


More information about the lldb-commits mailing list