summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2019-01-09[Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano
2019-01-09Change lldb-test to use ParseAllDebugSymbols.Zachary Turner
2019-01-09ELF: create "container" sections from PT_LOAD segmentsPavel Labath
2019-01-09[CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary d...Stefan Granitz
2019-01-09[CMake] Fix standalone builds: workaround the cxx target not getting imported...Stefan Granitz
2019-01-09[CMakeLists] Sort tools/CMakeLists.txtJonas Devlieghere
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2019-01-08Fix unused private field warning.Raphael Isemann
2019-01-08[BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere
2019-01-08[PdbAstBuilder] Remove unused functionsJonas Devlieghere
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