[Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
zturner at google.com
Wed Oct 15 13:06:27 PDT 2014
Hi clayborg,
This patch removes the #define for LLDB_DEFAULT_SHELL, instead relying on a runtime call to determine the default shell.
Since we return the default shell as a FileSpec instead of as a const char*, this patch opened the door for a further improvement of propagating this FileSpec usage to other places that had previously stored the shell as a char*, so we do that as well.
http://reviews.llvm.org/D5805
Files:
include/lldb/API/SBTarget.h
include/lldb/Host/Host.h
include/lldb/Host/posix/HostInfoPosix.h
include/lldb/Host/windows/HostInfoWindows.h
include/lldb/Target/ProcessLaunchInfo.h
include/lldb/lldb-defines.h
source/API/SBTarget.cpp
source/Host/common/Host.cpp
source/Host/posix/HostInfoPosix.cpp
source/Host/windows/HostInfoWindows.cpp
source/Interpreter/CommandInterpreter.cpp
source/Plugins/Platform/Linux/PlatformLinux.cpp
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
source/Target/Platform.cpp
source/Target/Process.cpp
source/Target/ProcessLaunchInfo.cpp
source/Target/Target.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5805.14959.patch
Type: text/x-patch
Size: 14689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141015/031aa09c/attachment.bin>
More information about the lldb-commits
mailing list