Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
lldb
/
source
/
Target
/
ModuleCache.cpp
2fce113
Convert FileSystem::Open() to return Expected<FileUP>
by Lawrence D'Anna
· 6 years ago
63e5fb7
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
by Jonas Devlieghere
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
50bc1ed
[FileSystem] Open File instances through the FileSystem.
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
dbd7fab
[FileSystem] Remove Exists() from FileSpec
by Jonas Devlieghere
· 7 years ago
59b78bc
[FileSystem] Remove GetByteSize() from FileSpec
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
07db3f7
Resubmit r298334 after fixing OSX build errors.
by Zachary Turner
· 9 years ago
2eb3227
Revert r298334 until Zachary has a chance to fix the buildbot failure on macosx.
by Jason Molenda
· 9 years ago
bfe8bcb
Delete various lldb FileSystem functions.
by Zachary Turner
· 9 years ago
d82067f
Remove LLDB's recursive directory deletion function.
by Zachary Turner
· 9 years ago
7d86ee5
Resubmit FileSystem changes.
by Zachary Turner
· 9 years ago
30e6cbf
Revert "Use LLVM for all stat-related functionality."
by Pavel Labath
· 9 years ago
990e3cd
Use LLVM for all stat-related functionality.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
01c3243
Remove dependencies from Utility to Core and Target.
by Zachary Turner
· 9 years ago
[Renamed (99%) from lldb/source/Utility/ModuleCache.cpp]
c1edf56
Prevent at compile time converting from Error::success() to Expected<T>
by Mehdi Amini
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
14699cf
Guard GetEscapedHostname against a nullptr hostname.
by Jason Molenda
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
75500e7
Typo corrections identified by codespell
by Ed Maste
· 9 years ago
3154e77
Replace file system forbidden symbols in the hostname which passed to the ModuleCache.
by Oleksiy Vyalov
· 9 years ago
257e13a
Add modules downloaded by ModuleCache to the global ModuleList
by Tamas Berghammer
· 10 years ago
1ef2cb9
Fix module cache sym links' creation for symbol files.
by Oleksiy Vyalov
· 10 years ago
2b38f33
Remove unused modules from module cache.
by Oleksiy Vyalov
· 10 years ago
ec3f92a
Download symbol file for .oat files on android
by Tamas Berghammer
· 10 years ago
d3173f3
Refactor many file functions to use FileSpec over strings.
by Chaoren Lin
· 10 years ago
a9ea071
Use hard links to link sysroot files within ModuleCache.
by Oleksiy Vyalov
· 10 years ago
919ef9d
Use file locks to synchronize access to ModuleCache.
by Oleksiy Vyalov
· 10 years ago
280d8dc
Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls.
by Oleksiy Vyalov
· 10 years ago
037f6b9
Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSpec beforehand so we can look for a module by UUID locally without need to download it.
by Oleksiy Vyalov
· 11 years ago
eda270e
Make ModuleCache::Get to return instantiated ModuleSP instance so already created in-memory instance can be returned instead of creating a new one.
by Oleksiy Vyalov
· 11 years ago
63acdfd
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets.
by Oleksiy Vyalov
· 11 years ago