Home
last modified time | relevance | path

Searched refs:emulator_env (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp202 Environment emulator_env = Host::GetEnvironment(); in DebugProcess() local
204 emulator_env["QEMU_LD_PREFIX"] = sysroot; in DebugProcess()
206 emulator_env[KV.first()] = KV.second; in DebugProcess()
208 std::move(launch_info.GetEnvironment()), std::move(emulator_env)); in DebugProcess()