It seems that lldb.target and lldb.process are only correctly
initialized after some script command was executed. We cannot expect
users to do so normally, use the variable state explicitly passed
instead of the global state.
This also fixes the docker image build process to not rely on the unstable version. We can probably bump this to lldb-8 again after LLVM 8 hits stable (hopefully next week).
It seems that
lldb.target
andlldb.process
are only correctly initialized after somescript
command was executed. We cannot expect users to do so normally, use the variable state explicitly passed instead of the global state.This also fixes the docker image build process to not rely on the unstable version. We can probably bump this to lldb-8 again after LLVM 8 hits stable (hopefully next week).