summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-90/+68
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-181-2/+1
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-4/+0
* [Module] Throw away some more commented code. NFCI.Davide Italiano2017-11-181-37/+0
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-14/+20
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-0/+16
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-19/+45
* FindTypes should find "struct TypeName" as well as "TypeName".Jim Ingham2017-03-211-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+2
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-2/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-131-20/+29
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer2017-01-241-2/+2
OpenPOWER on IntegriCloud