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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits