[lldb] Make DoReadMemory a protected method.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 8 Jan 2021 04:54:30 +0000 (20:54 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 8 Jan 2021 05:06:36 +0000 (21:06 -0800)
commit57e0cd356287321c4847a9e0a9177516dae0cbc1
treee8a53b6201ff00395a8c6dc07c13aca86d1aa600
parentf2e05855deb39125a30a67b63a5e524792805768
[lldb] Make DoReadMemory a protected method.

DoReadMemory is LLDB's internal implementation and shouldn't be called
directly.

Differential revision: https://reviews.llvm.org/D94284
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp