llvm-project/lldb/source/Host
Pavel Labath 145d95c964 Move Args.cpp from Interpreter to Utility
Summary:
The Args class is used in plenty of places besides the command
interpreter (e.g., anything requiring an argc+argv combo, such as when
launching a process), so it needs to be in a lower layer. Now that the
class has no external dependencies, it can be moved down to the Utility
module.

This removes the last (direct) dependency from the Host module to
Interpreter, so I remove the Interpreter module from Host's dependency
list.

Reviewers: zturner, jingham, davide

Subscribers: mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D45480

llvm-svn: 330200
2018-04-17 18:53:35 +00:00
..
android *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
common s/LLVM_ON_WIN32/_WIN32/, lldb 2018-04-10 13:33:45 +00:00
freebsd Delete some unused #includes of CleanUp.h, NFC 2018-02-23 00:29:40 +00:00
linux [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on Linux 2018-01-29 18:25:06 +00:00
macosx Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
netbsd Delete some unused #includes of CleanUp.h, NFC 2018-02-23 00:29:40 +00:00
openbsd Delete some unused #includes of CleanUp.h, NFC 2018-02-23 00:29:40 +00:00
posix HostThreadPosix::Cancel: remove android-specific implementation 2018-03-06 12:46:05 +00:00
windows Fix windows and freebsd builds for r322174 (Environment) 2018-01-10 12:25:48 +00:00
CMakeLists.txt Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00