[Lldb-commits] [PATCH] D44472: Add and fix some tests for PPC64

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 20 11:33:28 PDT 2018


davide added a comment.

I think I understand why this is failing:

AssertionError: False is not True : 'expression ((char**)environ)[0]'
returns expected result, got '(char *) $0 = 0x00007ffeefbff753
"COMMAND_MODE=unix2003"'
Config=x86_64-/Users/davide/work/llvm-monorepo/build-release/bin/clang-7.0

but the test shows $1. How did this work for you? Are you running on
Linux by any chance?

Thanks,

-

Davide


https://reviews.llvm.org/D44472





More information about the lldb-commits mailing list