summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
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-14[lldbsuite] Skip two more flaky tests on WindowsStella Stamenova
2019-01-14[Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov
2019-01-14[CMake] LLVM exports utility targets since r350959, so we can use them withou...Stefan Granitz
2019-01-12Add SymbolFileBreakpad.Jason Molenda
2019-01-11[lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova
2019-01-11Fix build breaks after the ParseCompileUnit changes.Zachary Turner
2019-01-11Attempt to fix PDB tests broken by r350924Pavel Labath
2019-01-11[CMake] Include tests by default also in standalone buildsStefan Granitz
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-11[CMake] Remove dead code and outdated commentsStefan Granitz
2019-01-11Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath
2019-01-11ELF: Fix base address computation code for files generated by yaml2objPavel Labath
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2019-01-10lldbtest.py: try to fix a runtime exceptionAdrian Prantl
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2019-01-10Fix compilation error on 32-bit architectures introduced in r350511Pavel Labath
2019-01-10Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath
2019-01-10PECOFF: Fix section name computationPavel Labath
2019-01-10Implement ObjectFileELF::GetBaseAddressPavel Labath
2019-01-10Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel Labath
2019-01-10[Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano
2019-01-10A little cleanup / commenting on locating kernel binaries while IJason Molenda
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2019-01-09Write PDB/variables.test to be more robust.Zachary Turner
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