[Lldb-commits] [PATCH] Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets.
Oleksiy Vyalov
ovyalov at google.com
Mon Mar 9 16:05:04 PDT 2015
Added ePathTypeGlobalLLDBTempSystemDir and made Platform to use it as a root cache directory.
Please take another look.
http://reviews.llvm.org/D8037
Files:
include/lldb/Core/ModuleSpec.h
include/lldb/Host/HostInfoBase.h
include/lldb/Target/Platform.h
include/lldb/lldb-enumerations.h
lldb.xcodeproj/project.pbxproj
source/Core/Debugger.cpp
source/Core/UUID.cpp
source/Host/common/HostInfoBase.cpp
source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
source/Plugins/Platform/POSIX/PlatformPOSIX.h
source/Plugins/Platform/Windows/PlatformWindows.cpp
source/Plugins/Platform/Windows/PlatformWindows.h
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
source/Target/Platform.cpp
source/Utility/CMakeLists.txt
source/Utility/ModuleCache.cpp
source/Utility/ModuleCache.h
test/python_api/hello_world/TestHelloWorld.py
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8037.21529.patch
Type: text/x-patch
Size: 54604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150309/76fc678e/attachment.bin>
More information about the lldb-commits
mailing list