summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ModuleList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-151-3/+4
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-71/+36
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-29/+19
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+2
* [TableGen] Fix stale include pathsJonas Devlieghere2019-07-261-6/+6
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-17/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+8
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-171-0/+5
* Test commit access by removing a empty lineAntonio Afonso2019-05-231-1/+0
* 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
OpenPOWER on IntegriCloud