hanchenye-llvm-project/lldb/tools/lldb-server
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
..
Darwin/resources
Acceptor.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Acceptor.h Move Connection and IOObject interfaces to Utility module 2017-06-27 10:33:14 +00:00
CMakeLists.txt [lldb] Use PRIVATE in target_link_libraries 2017-12-06 20:53:03 +00:00
LLDBServerUtilities.cpp Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
LLDBServerUtilities.h
lldb-gdbserver.cpp Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
lldb-platform.cpp Fix a copy-paste error in r307161 2017-07-06 11:43:25 +00:00
lldb-server.cpp
lldb-server.exports