summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
AgeCommit message (Expand)Author
2019-03-06Move RangeMap.h into UtilityPavel Labath
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15[LLDB] Remove the unused variable oso_dwarf.David L. Jones
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.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
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-27Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere
2018-11-26[FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-11-05Add a target modules dump ast command.Zachary Turner
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() 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-10-05Add support for artificial tail call framesVedant Kumar
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-13Fix/unify the spelling of Objective-C.Adrian Prantl
2018-06-02Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-11-09Remove TimeValue usage from Core/ModulePavel Labath
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-05Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-04-22Fixed in issue with ObjectFileMachO where it would add empty sections to the ...Greg Clayton
2016-02-26SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag, Jim Ingham
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra
2015-10-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-08Testcase and fix for bug 24074Ravitheja Addepally
2015-10-07Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata
2015-09-23Testcase and fix for bug 24074Ravitheja Addepally
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton