summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Some more cleanup. NFCJonas Devlieghere2019-01-052-34/+35
* [Scalar] Simplify comparison operators and add coverage.Davide Italiano2019-01-042-92/+21
* [CMake] Python bindings generation polishingStefan Granitz2019-01-043-46/+39
* [CMake] Revised RPATH handlingStefan Granitz2019-01-045-4/+67
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-0413-173/+190
* [CMake] Move debugserver options to separate debugserverConfig.cmakeStefan Granitz2019-01-042-2/+4
* [CMake] Aggregate options for LLDB in LLDBConfig.cmakeStefan Granitz2019-01-042-38/+34
* [CMake] Streamline code signing for debugserver #2Stefan Granitz2019-01-048-79/+136
* Symtab: Remove one copy of symbol size computation codePavel Labath2019-01-041-26/+2
* RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath2019-01-045-277/+67
* [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek2019-01-042-0/+14
* [lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...Kuba Mracek2019-01-041-0/+3
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-036-24/+46
* TestQueues: Move the synchronisation code into the binary itself.Adrian Prantl2019-01-032-43/+14
* PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath2019-01-031-61/+61
* Fix some -Wreorder warnings introduced in r350274Pavel Labath2019-01-031-5/+6
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-0325-109/+83
* Check that a pointer is valid and fix a log message on WindowsAaron Smith2019-01-031-2/+2
* Rearrange bitfield to allow for more space in file_idx.Adrian Prantl2019-01-021-20/+24
* [Driver] Remove unused importsJonas Devlieghere2019-01-021-7/+0
* Add file-based synching to places missed in r350247.Adrian Prantl2019-01-022-10/+15
* Remove Range.* from Xcode projectAdrian Prantl2019-01-021-6/+0
* Try to fix Green Dragon bot.Zachary Turner2019-01-021-2/+2
* Add file-based synchronization to flaky testAdrian Prantl2019-01-022-3/+38
* Use map::insert instead of try_emplace.Zachary Turner2019-01-021-1/+1
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-027-51/+443
* [NativePDB] Update function-types-classes test to check VarDecls.Zachary Turner2019-01-021-3/+13
* [NativePDB] Fix setting breakpoint by file and line.Zachary Turner2019-01-027-18/+70
* NativeProcessProtocolTest: fix -Winconsistent-missing-override warningPavel Labath2019-01-021-4/+7
* [DWARFUnit] Remove commented out code. NFCI.Davide Italiano2018-12-311-7/+0
* [CommandInterpreter] Simplify PreprocessCommand. (NFCI)Jonas Devlieghere2018-12-301-117/+127
* [Type] Simplify operator!=. NFC.Davide Italiano2018-12-301-2/+1
* [TypeName] Simplify operator!=. NFCI.Davide Italiano2018-12-301-5/+1
* [test] Remove flakiness decorator from TestObjCDynamicSBTypeJonas Devlieghere2018-12-301-2/+0
* [RegisterValue] Rewrite operator!= in terms of operator==. NFCI.Davide Italiano2018-12-291-26/+1
* [CompilerType] Simplify operator!=. NFCI.Davide Italiano2018-12-291-2/+1
* [CompilerType] Remove dead code. NFCI.Davide Italiano2018-12-291-10/+0
* [SymbolContext] Rewrite operator== to be more concise.Davide Italiano2018-12-291-6/+1
* Fix signed-unsigned comparisons in MinidumpParserTestPavel Labath2018-12-281-5/+5
* Remove unused variable from ClangASTContextPavel Labath2018-12-281-3/+2
* Reduce indentation in ObjectFilePECOFF::CreateSections via an early returnPavel Labath2018-12-271-133/+133
* Fix tests for python 3.7Pavel Labath2018-12-271-1/+2
* Fix assertion failure in NativeProcessProtocolTestPavel Labath2018-12-271-1/+2
* Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath2018-12-271-2/+2
* Delete lldb_utility::RangePavel Labath2018-12-274-138/+0
* lldb-test ir-memory-map: Use IntervalMap::containsPavel Labath2018-12-271-25/+10
* DWARF: Fix a bug in array size computationPavel Labath2018-12-273-13/+166
* [cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct...Stella Stamenova2018-12-211-0/+1
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-2115-49/+42
* [Scalar] Simplify as Jonas suggested. NFCI.Davide Italiano2018-12-211-4/+5
OpenPOWER on IntegriCloud