summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-25Merging r361114:release_80Tom Stellard
2019-06-06Skip globals-fundamental test when Python is disabledTom Stellard
2019-05-29Merging r353701:Tom Stellard
2019-05-29Merging r353700:Tom Stellard
2019-05-03Merging r357376 and r359120:Tom Stellard
2019-02-18Merging r354122:Hans Wennborg
2019-02-18Merging r354029:Hans Wennborg
2019-02-18Merging r353642:Hans Wennborg
2019-01-29Merging r352374:Hans Wennborg
2019-01-29Merging r352382:Hans Wennborg
2019-01-25Merging r352116:Hans Wennborg
2019-01-18Merging r351504:Hans Wennborg
2019-01-16Merging r351327:Hans Wennborg
2019-01-16Creating release_80 branch off revision 351319Hans Wennborg
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