summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2019-01-04[Scalar] Simplify comparison operators and add coverage.Davide Italiano
2019-01-04[CMake] Python bindings generation polishingStefan Granitz
2019-01-04[CMake] Revised RPATH handlingStefan Granitz
2019-01-04[CMake] Revised LLDB.framework buildsStefan Granitz
2019-01-04[CMake] Move debugserver options to separate debugserverConfig.cmakeStefan Granitz
2019-01-04[CMake] Aggregate options for LLDB in LLDBConfig.cmakeStefan Granitz
2019-01-04[CMake] Streamline code signing for debugserver #2Stefan Granitz
2019-01-04Symtab: Remove one copy of symbol size computation codePavel Labath
2019-01-04RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath
2019-01-04[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek
2019-01-04[lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...Kuba Mracek
2019-01-03symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil
2019-01-03TestQueues: Move the synchronisation code into the binary itself.Adrian Prantl
2019-01-03PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath
2019-01-03Fix some -Wreorder warnings introduced in r350274Pavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2019-01-03Check that a pointer is valid and fix a log message on WindowsAaron Smith
2019-01-02Rearrange bitfield to allow for more space in file_idx.Adrian Prantl
2019-01-02[Driver] Remove unused importsJonas Devlieghere
2019-01-02Add file-based synching to places missed in r350247.Adrian Prantl
2019-01-02Remove Range.* from Xcode projectAdrian Prantl
2019-01-02Try to fix Green Dragon bot.Zachary Turner
2019-01-02Add file-based synchronization to flaky testAdrian Prantl
2019-01-02Use map::insert instead of try_emplace.Zachary Turner
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2019-01-02[NativePDB] Update function-types-classes test to check VarDecls.Zachary Turner
2019-01-02[NativePDB] Fix setting breakpoint by file and line.Zachary Turner
2019-01-02NativeProcessProtocolTest: fix -Winconsistent-missing-override warningPavel Labath
2018-12-31[DWARFUnit] Remove commented out code. NFCI.Davide Italiano
2018-12-30[CommandInterpreter] Simplify PreprocessCommand. (NFCI)Jonas Devlieghere
2018-12-30[Type] Simplify operator!=. NFC.Davide Italiano
2018-12-30[TypeName] Simplify operator!=. NFCI.Davide Italiano
2018-12-30[test] Remove flakiness decorator from TestObjCDynamicSBTypeJonas Devlieghere
2018-12-29[RegisterValue] Rewrite operator!= in terms of operator==. NFCI.Davide Italiano
2018-12-29[CompilerType] Simplify operator!=. NFCI.Davide Italiano
2018-12-29[CompilerType] Remove dead code. NFCI.Davide Italiano
2018-12-29[SymbolContext] Rewrite operator== to be more concise.Davide Italiano
2018-12-28Fix signed-unsigned comparisons in MinidumpParserTestPavel Labath
2018-12-28Remove unused variable from ClangASTContextPavel Labath
2018-12-27Reduce indentation in ObjectFilePECOFF::CreateSections via an early returnPavel Labath
2018-12-27Fix tests for python 3.7Pavel Labath
2018-12-27Fix assertion failure in NativeProcessProtocolTestPavel Labath
2018-12-27Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath
2018-12-27Delete lldb_utility::RangePavel Labath
2018-12-27lldb-test ir-memory-map: Use IntervalMap::containsPavel Labath
2018-12-27DWARF: Fix a bug in array size computationPavel Labath
2018-12-21[cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct...Stella Stamenova
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-12-21[Scalar] Simplify as Jonas suggested. NFCI.Davide Italiano
2018-12-21[Scalar] Implement operator!= using operator==.Davide Italiano