Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp104 std::wstring wcommandLine; in LaunchProcess() local
105 GetFlattenedWindowsCommandString(launch_info.GetArguments(), wcommandLine); in LaunchProcess()
114 WCHAR *pwcommandLine = wcommandLine.empty() ? nullptr : &wcommandLine[0]; in LaunchProcess()