[Lldb-commits] [PATCH] D32732: "target variable" not showing all global variable if we print any global variable before execution starts
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 12 09:45:16 PDT 2017
jingham added a comment.
That looks like the right way to do it. What was your thinking behind returning null rather than the partial list of variables already parsed if can_create is false? That doesn't seem like what somebody who is bothering to pass in can_create false intends.
Repository:
rL LLVM
https://reviews.llvm.org/D32732
More information about the lldb-commits
mailing list