summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2019-01-08Convert to LLDB coding style (NFC)Adrian Prantl
2019-01-08ProcessLaunchInfo: Remove Target referencePavel Labath
2019-01-08[SymbolContext] Remove dead codeJonas Devlieghere
2019-01-07Simplify code.Adrian Prantl
2019-01-07Clarify comment and variable names. (NFC)Adrian Prantl
2019-01-07Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)Adrian Prantl
2019-01-07[lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cppJorge Gorbe Moya
2019-01-07Split two sub-tests into separate top-level methods.Adrian Prantl
2019-01-07Refactor test, no changes expected.Adrian Prantl
2019-01-07Use the minidump exception record if presentLeonard Mosescu
2019-01-07Fine-tune and document the barrier in TestQueues.Adrian Prantl
2019-01-07[CMake] Fix standalone builds: make dependency to LLVM's `count` conditionalStefan Granitz
2019-01-07Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2019-01-05Fix symbols.enable-external-lookup description wordingJan Kratochvil
2019-01-05[Driver] Some more cleanup. NFCJonas Devlieghere
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