llvm-project/lldb/source/Plugins/Process/POSIX
Pavel Labath 08c38f77c5 Revert "Implement xfer:libraries-svr4:read packet"
D62502, together with D62503 have broken the builds which have XML
support enabled. Reverting D62503 (r364355) fixed that, but has broken
has left some of the tests introduced by D62502 broken more or less
nondeternimistically (it depended on whether the system happens to place
the library list near unreadable pages of memory). I attempted to make a
partial fix for this in r364748, but Jan Kratochvil pointed out that
this reintroduces the problem which reverting D62503 was trying to
solve.

So instead, I back out the whole thing so we can get back to a clean
slate that works for everyone. We can figure out a way forward from
there.

This reverts r364748, r363772 and r363707.

llvm-svn: 364751
2019-07-01 12:41:20 +00:00
..
CMakeLists.txt Implement GetSharedLibraryInfoAddress 2019-06-14 21:15:08 +00:00
CrashReason.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CrashReason.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeProcessELF.cpp Revert "Implement xfer:libraries-svr4:read packet" 2019-07-01 12:41:20 +00:00
NativeProcessELF.h Revert "Implement xfer:libraries-svr4:read packet" 2019-07-01 12:41:20 +00:00
ProcessMessage.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ProcessMessage.h Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
ProcessPOSIXLog.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessPOSIXLog.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00