hanchenye-llvm-project/lldb
Zachary Turner 805e71060e Move ProcessInfo from Host to Utility.
There are set of classes in Target that describe the parameters of a
process - e.g. it's PID, name, user id, and similar. However, since it
is a bare description of a process and contains no actual functionality,
there's nothing specifically that makes this appropriate for being in
Target -- it could just as well be describing a process on the host, or
some hypothetical virtual process that doesn't even exist.

To cement this, I'm moving these classes to Utility. It's possible that
we can find a better place for it in the future, but as it is neither
Host specific nor Target specific, Utility seems like the most appropriate
place for the time being.

After this there is only 2 remaining references to Target from Host,
which I'll address in a followup.

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

llvm-svn: 355342
2019-03-04 21:51:03 +00:00
..
cmake [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
docs Mention predicting exception catch at throw site 2019-02-26 19:18:09 +00:00
examples Fix use of non-existing variable in crashlog.py 2019-01-31 17:33:17 +00:00
include/lldb Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
lit [build.py] Allow clang-cl to build files starting with '/U' 2019-03-04 21:36:49 +00:00
lldb.xcodeproj [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
lldb.xcworkspace Remove accidentally commited file in xcshareddata 2019-02-05 23:35:01 +00:00
packages/Python/lldbsuite [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
source Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
test [CMake] Make lldb-test-deps a dependency of check-lldb 2019-02-13 20:51:13 +00:00
third_party/Python/module [dotest] Consider unexpected passes as failures. 2018-12-20 20:44:23 +00:00
tools Update com.apple.diagnosticd.diagnostic entitlement 2019-03-01 03:34:51 +00:00
unittests Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
utils Use sys.executable in lldb-dotest 2019-02-15 07:41:17 +00:00
www Mention predicting exception catch at throw site 2019-02-26 19:18:09 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py