[Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime

Zachary Turner zturner at google.com
Fri Oct 17 14:25:51 PDT 2014


Moves the member variable of SBTarget to a function local static, to avoid changing the ABI of the class.

http://reviews.llvm.org/D5805

Files:
  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.15098.patch
Type: text/x-patch
Size: 14264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141017/abb74c10/attachment.bin>


More information about the lldb-commits mailing list