aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Merging r361114:Tom Stellard2-1/+5
2019-06-06Skip globals-fundamental test when Python is disabledTom Stellard1-1/+1
2019-05-29Merging r353701:Tom Stellard1-7/+5
2019-05-29Merging r353700:Tom Stellard3-1/+5
2019-05-03Merging r357376 and r359120:Tom Stellard2-51/+88
2019-02-18Merging r354122:Hans Wennborg2-2/+32
2019-02-18Merging r354029:Hans Wennborg1-1/+1
2019-02-18Merging r353642:Hans Wennborg1-2/+1
2019-01-29Merging r352374:Hans Wennborg1-1/+1
2019-01-29Merging r352382:Hans Wennborg2-4/+11
2019-01-25Merging r352116:Hans Wennborg1-0/+1
2019-01-18Merging r351504:Hans Wennborg2-6/+8
2019-01-16Merging r351327:Hans Wennborg1-15/+19
2019-01-16[lldb] - Fix crash when listing the history with the key up.George Rimar1-1/+1
2019-01-16[lldb-mi] Remove use of dialog boxAlex Langford3-24/+0
2019-01-15Remove redundant check.Adrian Prantl1-5/+3
2019-01-15Simplify code by using Optional::getValueOr()Adrian Prantl4-10/+5
2019-01-15[debugserver][CMake] Remove commented out lineAlex Langford1-1/+0
2019-01-15Simplify Value::GetValueByteSize()Adrian Prantl1-19/+15
2019-01-15Simplify codeAdrian Prantl1-17/+21
2019-01-15Add Doxygen comments.Adrian Prantl1-0/+2
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl34-94/+128
2019-01-15Silence compiler warningsAdrian Prantl8-8/+8
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl36-533/+698
2019-01-15[LLDB] Remove the unused variable oso_dwarf.David L. Jones1-1/+0
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner30-169/+111
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner15-43/+20
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner16-63/+63
2019-01-14[lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2-0/+2
2019-01-14[Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov3-0/+11
2019-01-14[CMake] LLVM exports utility targets since r350959, so we can use them withou...Stefan Granitz1-8/+3
2019-01-12Add SymbolFileBreakpad.Jason Molenda1-0/+15
2019-01-11[lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova1-0/+1
2019-01-11Fix build breaks after the ParseCompileUnit changes.Zachary Turner2-12/+9
2019-01-11Attempt to fix PDB tests broken by r350924Pavel Labath6-6/+6
2019-01-11[CMake] Include tests by default also in standalone buildsStefan Granitz2-2/+2
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner19-319/+255
2019-01-11[CMake] Remove dead code and outdated commentsStefan Granitz3-23/+2
2019-01-11Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath11-23/+482
2019-01-11ELF: Fix base address computation code for files generated by yaml2objPavel Labath2-1/+35
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner14-52/+42
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner8-61/+349
2019-01-10lldbtest.py: try to fix a runtime exceptionAdrian Prantl1-4/+7
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight1-3/+0
2019-01-10Fix compilation error on 32-bit architectures introduced in r350511Pavel Labath1-1/+1
2019-01-10Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath2-119/+4
2019-01-10PECOFF: Fix section name computationPavel Labath3-19/+66
2019-01-10Implement ObjectFileELF::GetBaseAddressPavel Labath5-12/+50
2019-01-10Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel Labath2-4/+119
2019-01-10[Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano1-4/+5