summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ModuleList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-11/+15
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-291-19/+6
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-11/+8
* Fix symbols.enable-external-lookup description wordingJan Kratochvil2019-01-051-4/+4
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-031-3/+10
* Remove comments after header includes.Jonas Devlieghere2018-11-111-16/+16
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-3/+5
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-3/+4
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-5/+6
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-4/+4
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-5/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-23/+23
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl2018-03-121-1/+12
* Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2018-03-101-2/+2
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-5/+58
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+38
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Remove TimeValue usage from lldb/Core. NFC.Pavel Labath2016-11-091-3/+3
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-992/+795
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-131-62/+17
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-65/+56
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-111-71/+41
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-3/+4
* Change ModuleList::GetSharedModule so that it will reject "stubJason Molenda2015-10-221-12/+43
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-10/+11
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-10/+11
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-11/+10
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+2
* Make ModuleList::GetSharedModule to use module_search_paths parameter.Oleksiy Vyalov2015-03-161-6/+38
* Add a ModuleList::ForEach(...) which takes the module list mutex calls the st...Greg Clayton2015-02-131-0/+12
OpenPOWER on IntegriCloud