llvm-project/lldb/source/Plugins/Process/POSIX
Pavel Labath f2a8bccf85 Move StructuredData from Core to Utility
Summary:
It had a dependency on StringConvert and file reading code, which is not
in Utility. I've replaced that code by equivalent llvm operations.

I've added a unit test to demonstrate that parsing a file still works.

Reviewers: zturner, jingham

Subscribers: kubamracek, mgorny, lldb-commits

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

llvm-svn: 306394
2017-06-27 10:45:31 +00:00
..
CMakeLists.txt Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
CrashReason.cpp Implement QPassSignals GDB package in lldb-server 2017-02-24 09:29:14 +00:00
CrashReason.h Fix build failure on lldb-amd64-ninja-freebsd11 error caused by rL283474 2016-10-07 13:21:59 +00:00
ProcessMessage.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessMessage.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessPOSIXLog.cpp Remove lldb streams from the Log class completely 2017-03-15 09:06:58 +00:00
ProcessPOSIXLog.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00