ca8faf8f46
Currently empty arguments are not respected. They are silently dropped
in two places: (1) when extracting them from the target.run-args
setting and (2) when constructing the lldb-argdumper invocation.
(1) is actually a regression from a few years ago. We did not always
drop empty arguments. See
|
||
---|---|---|
.. | ||
Editline.cpp | ||
File.cpp | ||
FileAction.cpp | ||
FileCache.cpp | ||
FileSystem.cpp | ||
GetOptInc.cpp | ||
Host.cpp | ||
HostInfoBase.cpp | ||
HostNativeThreadBase.cpp | ||
HostProcess.cpp | ||
HostThread.cpp | ||
LockFileBase.cpp | ||
LZMA.cpp | ||
MainLoopBase.cpp | ||
MonitoringProcessLauncher.cpp | ||
NativeProcessProtocol.cpp | ||
NativeRegisterContext.cpp | ||
NativeThreadProtocol.cpp | ||
NativeWatchpointList.cpp | ||
OptionParser.cpp | ||
PipeBase.cpp | ||
ProcessLaunchInfo.cpp | ||
ProcessRunLock.cpp | ||
PseudoTerminal.cpp | ||
Socket.cpp | ||
SocketAddress.cpp | ||
TCPSocket.cpp | ||
Terminal.cpp | ||
ThreadLauncher.cpp | ||
UDPSocket.cpp | ||
XML.cpp |