summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Module.cpp
AgeCommit message (Expand)Author
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath
2019-08-02SymbolVendor: Introduce Module::GetSymbolFilePavel Labath
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-25SymbolVendor: Remove the type list memberPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-16Correctly check if a warning message lacks a trailing new lineRaphael Isemann
2019-03-18Reinitialize UnwindTable when the SymbolFile changesPavel Labath
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-20Merge target triple into module triple when constructing module from memoryAlex Langford
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-08-11Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann
2018-08-07Misc module/dwarf logging improvementsLeonard Mosescu
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-01Fix Module::FindTypes to return the correct number of matches.Frederic Riss
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-05-23Break dependency from Core to ObjectFileJIT.Zachary Turner
2018-05-08Really test type lookup in TestCppTypeLookup.pyFrederic Riss
2018-05-02Use conventional spelling of always-failing assert.Richard Smith
2018-05-02Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu
2018-04-30Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-18Improve LLDB's handling of non-local minidumpsLeonard Mosescu
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2018-03-20Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath
2017-11-18[Module] Throw away some more commented code. NFCI.Davide Italiano
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-28Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-21FindTypes should find "struct TypeName" as well as "TypeName".Jim Ingham
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath