summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-169-34/+86
* Fix dir-separator-no-comp-dir-relative-name.s test added in r351328Pavel Labath2019-01-161-6/+7
* Revert "Teach the default symbol vendor to respect module.GetSymbolFileFileSp...Pavel Labath2019-01-164-82/+5
* TestClangASTContext: Rewrite an if-else chain into a switchPavel Labath2019-01-161-3/+11
* Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()Pavel Labath2019-01-164-5/+82
* DWARF: Add some support for non-native directory separatorsPavel Labath2019-01-1615-77/+382
* Revert "Simplify Value::GetValueByteSize()"Pavel Labath2019-01-161-15/+19
* [lldb] - Fix crash when listing the history with the key up.George Rimar2019-01-161-1/+1
* [lldb-mi] Remove use of dialog boxAlex Langford2019-01-163-24/+0
* Remove redundant check.Adrian Prantl2019-01-151-5/+3
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-154-10/+5
* [debugserver][CMake] Remove commented out lineAlex Langford2019-01-151-1/+0
* Simplify Value::GetValueByteSize()Adrian Prantl2019-01-151-19/+15
* Simplify codeAdrian Prantl2019-01-151-17/+21
* Add Doxygen comments.Adrian Prantl2019-01-151-0/+2
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-1534-94/+128
* Silence compiler warningsAdrian Prantl2019-01-158-8/+8
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-1536-533/+698
* [LLDB] Remove the unused variable oso_dwarf.David L. Jones2019-01-151-1/+0
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-1430-169/+111
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-1415-43/+20
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-1416-63/+63
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-142-0/+2
* [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov2019-01-143-0/+11
* [CMake] LLVM exports utility targets since r350959, so we can use them withou...Stefan Granitz2019-01-141-8/+3
* Add SymbolFileBreakpad.Jason Molenda2019-01-121-0/+15
* [lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova2019-01-111-0/+1
* Fix build breaks after the ParseCompileUnit changes.Zachary Turner2019-01-112-12/+9
* Attempt to fix PDB tests broken by r350924Pavel Labath2019-01-116-6/+6
* [CMake] Include tests by default also in standalone buildsStefan Granitz2019-01-112-2/+2
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-1119-319/+255
* [CMake] Remove dead code and outdated commentsStefan Granitz2019-01-113-23/+2
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-1111-23/+482
* ELF: Fix base address computation code for files generated by yaml2objPavel Labath2019-01-112-1/+35
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-1014-52/+42
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-108-61/+349
* lldbtest.py: try to fix a runtime exceptionAdrian Prantl2019-01-101-4/+7
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-3/+0
* Fix compilation error on 32-bit architectures introduced in r350511Pavel Labath2019-01-101-1/+1
* Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath2019-01-102-119/+4
* PECOFF: Fix section name computationPavel Labath2019-01-103-19/+66
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-105-12/+50
* Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel Labath2019-01-102-4/+119
* [Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano2019-01-101-4/+5
* A little cleanup / commenting on locating kernel binaries while IJason Molenda2019-01-101-4/+18
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-109-42/+107
* Write PDB/variables.test to be more robust.Zachary Turner2019-01-091-50/+58
* [Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano2019-01-092-10/+3
* Change lldb-test to use ParseAllDebugSymbols.Zachary Turner2019-01-095-60/+86
OpenPOWER on IntegriCloud