summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2019-01-16TestClangASTContext: Rewrite an if-else chain into a switchPavel Labath
2019-01-16Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()Pavel Labath
2019-01-16DWARF: Add some support for non-native directory separatorsPavel Labath
2019-01-16Revert "Simplify Value::GetValueByteSize()"Pavel Labath
2019-01-16[lldb] - Fix crash when listing the history with the key up.George Rimar
2019-01-16[lldb-mi] Remove use of dialog boxAlex Langford
2019-01-15Remove redundant check.Adrian Prantl
2019-01-15Simplify code by using Optional::getValueOr()Adrian Prantl
2019-01-15[debugserver][CMake] Remove commented out lineAlex Langford
2019-01-15Simplify Value::GetValueByteSize()Adrian Prantl
2019-01-15Simplify codeAdrian Prantl
2019-01-15Add Doxygen comments.Adrian Prantl
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Silence compiler warningsAdrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
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