[lldb-dev] lldb-mi doesn't propagate host environment variables

2018-06-29 Thread k.baladurin via lldb-dev
Hello! lldb-mi doesn't propagate host environment variables while lldb does it: $ cat env.c #include #include int main() {     printf("VAR = %s\n", getenv("VAR"));     return 0; } $ gcc env.c -o env $ /home/kbaladurin/Downloads/llvm-x64-7.0/bin/lldb -v lldb version 7.0.0 $ VAR=1 /home/kbaladu

[lldb-dev] Linux: lldb tests are failed

2018-07-09 Thread k.baladurin via lldb-dev
Hello! Some lldb tests, for example test_hello_watchlocation_gmodules, are failed due to UnicodeDecodeError: Config=x86_64-/home/jenkins/workspace/CS_for_Tizen/custom_test/llvm-x64/bin/clang-5.0 == ERROR: test_hello_watchlocat

Re: [lldb-dev] Linux: lldb tests are failed

2018-07-16 Thread k.baladurin via lldb-dev
ug into it to find out what's going on (thank you for that). Can you create a review for this (https://reviews.llvm.org/differential/)? pl On Mon, 9 Jul 2018 at 14:17, k.baladurin via lldb-dev wrote: Hello! Some lldb tests, for example test_hello_watchlocation_gmodules, are