summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-3/+1
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-14/+6
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-10/+11
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+2
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-3/+5
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-50/+26
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-30/+20
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-12/+9
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-0/+20
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-0/+9
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Remove Module::GetSymbolVendorPavel Labath2019-08-081-13/+6
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-34/+23
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-43/+37
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-1/+2
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-7/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-19/+20
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-2/+1
* Correctly check if a warning message lacks a trailing new lineRaphael Isemann2019-04-161-3/+3
* Reinitialize UnwindTable when the SymbolFile changesPavel Labath2019-03-181-0/+10
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-13/+13
* Merge target triple into module triple when constructing module from memoryAlex Langford2019-02-201-0/+4
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-18/+18
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-1/+1
* 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-21/+23
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-2/+3
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-14/+14
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-2/+1
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-4/+2
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-1/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-111-26/+26
* [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-1/+1
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+3
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-5/+5
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-6/+8
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-12/+8
* Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann2018-08-111-6/+4
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-2/+6
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-10/+4
* Fix Module::FindTypes to return the correct number of matches.Frederic Riss2018-06-011-0/+1
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-5/+5
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-231-21/+0
* Really test type lookup in TestCppTypeLookup.pyFrederic Riss2018-05-081-2/+3
* Use conventional spelling of always-failing assert.Richard Smith2018-05-021-1/+1
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-021-3/+14
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-301-2/+8
OpenPOWER on IntegriCloud