[Lldb-commits] [PATCH] D44472: Add and fix some tests for PPC64
Leonardo Bianconi via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 20 11:31:36 PDT 2018
lbianc added a comment.
@davide, I think the error is the variable number, as this is the only command in the test case, could you just change from
# Do anonymous symbols work?
self.expect("expression ((char**)environ)[0]",
startstr="(char *) $1 = 0x")
to
# Do anonymous symbols work?
self.expect("expression ((char**)environ)[0]",
startstr="(char *) $0 = 0x")
and check if it works?
https://reviews.llvm.org/D44472
More information about the lldb-commits
mailing list