[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 18:19:22 PDT 2015


AFFECTED FILES

  /lldb/trunk/include/lldb/Core/ModuleSpec.h
  /lldb/trunk/include/lldb/Host/HostInfoBase.h
  /lldb/trunk/include/lldb/Target/Platform.h
  /lldb/trunk/include/lldb/lldb-enumerations.h
  /lldb/trunk/lldb.xcodeproj/project.pbxproj
  /lldb/trunk/source/Core/Debugger.cpp
  /lldb/trunk/source/Core/UUID.cpp
  /lldb/trunk/source/Host/common/HostInfoBase.cpp
  /lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  /lldb/trunk/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  /lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  /lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  /lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  /lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
  /lldb/trunk/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  /lldb/trunk/source/Plugins/Platform/POSIX/PlatformPOSIX.h
  /lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp
  /lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.h
  /lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  /lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  /lldb/trunk/source/Target/Platform.cpp
  /lldb/trunk/source/Utility/CMakeLists.txt
  /lldb/trunk/source/Utility/ModuleCache.cpp
  /lldb/trunk/source/Utility/ModuleCache.h
  /lldb/trunk/test/python_api/hello_world/TestHelloWorld.py

USERS

  ovyalov (Author)

http://reviews.llvm.org/rL231734


http://reviews.llvm.org/D8037

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list