hanchenye-llvm-project/lldb
Zachary Turner 696b52878f Refactor FileAction out of ProcessLaunchInfo.
FileAction was previously a nested class in ProcessLaunchInfo.
This led to some unfortunate style consequences, such as requiring
the AddPosixSpawnFileAction() funciton to be defined in the Target
layer, instead of the more appropriate Host layer.  This patch
makes FileAction its own independent class in the Target layer,
and then moves AddPosixSpawnFileAction() into Host as a result.

Differential Revision: http://reviews.llvm.org/D4877

llvm-svn: 215649
2014-08-14 16:01:25 +00:00
..
docs Change the encoding of the Triple string exchanged across GDB-RSP 2014-08-01 05:12:23 +00:00
examples Fix some typos: 2014-08-11 18:06:28 +00:00
include Refactor FileAction out of ProcessLaunchInfo. 2014-08-14 16:01:25 +00:00
lib Revert "Fix the build broken as a result of deleting jit from LLVM." 2014-08-07 23:26:01 +00:00
lldb.xcodeproj Refactor FileAction out of ProcessLaunchInfo. 2014-08-14 16:01:25 +00:00
lldb.xcworkspace
resources Update the lldb version number in the xcode project files from 310.99.0 to 320.99.0. 2014-01-10 06:12:10 +00:00
scripts Fix some typos: 2014-08-11 18:06:28 +00:00
source Refactor FileAction out of ProcessLaunchInfo. 2014-08-14 16:01:25 +00:00
test Use consistent capitalization for ENABLE_THREADS in tests 2014-08-13 18:27:12 +00:00
tools Add comment explaining the dwarf v. eh_frame register numbering used 2014-08-13 00:21:31 +00:00
utils LUI: Fix some issues causing crashes in the source view 2013-10-23 01:18:21 +00:00
www Fix some typos: 2014-08-11 18:06:28 +00:00
.arcconfig Update .arcconfig to point to reviews.llvm.org 2014-05-20 21:24:59 +00:00
.clang-format Update clang-format file. 2014-08-13 20:08:28 +00:00
.gitignore Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
CMakeLists.txt build: fix cmake warning with newer CMake 2014-07-20 05:28:55 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Add some missing defines that are already present in the cmake side. 2014-03-12 10:35:00 +00:00