summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ELF: create "container" sections from PT_LOAD segmentsPavel Labath2019-01-0910-58/+488
* [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary d...Stefan Granitz2019-01-094-6/+4
* [CMake] Fix standalone builds: workaround the cxx target not getting imported...Stefan Granitz2019-01-092-2/+14
* [CMakeLists] Sort tools/CMakeLists.txtJonas Devlieghere2019-01-091-6/+8
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-0817-44/+43
* Fix unused private field warning.Raphael Isemann2019-01-081-2/+3
* [BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere2019-01-082-142/+60
* [PdbAstBuilder] Remove unused functionsJonas Devlieghere2019-01-081-17/+0
* Convert to LLDB coding style (NFC)Adrian Prantl2019-01-081-7/+7
* ProcessLaunchInfo: Remove Target referencePavel Labath2019-01-085-129/+119
* [SymbolContext] Remove dead codeJonas Devlieghere2019-01-082-72/+13
* Simplify code.Adrian Prantl2019-01-071-2/+1
* Clarify comment and variable names. (NFC)Adrian Prantl2019-01-071-5/+7
* Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)Adrian Prantl2019-01-074-5/+8
* [lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cppJorge Gorbe Moya2019-01-071-1/+1
* Split two sub-tests into separate top-level methods.Adrian Prantl2019-01-071-1/+7
* Refactor test, no changes expected.Adrian Prantl2019-01-071-7/+4
* Use the minidump exception record if presentLeonard Mosescu2019-01-078-16/+82
* Fine-tune and document the barrier in TestQueues.Adrian Prantl2019-01-071-10/+16
* [CMake] Fix standalone builds: make dependency to LLVM's `count` conditionalStefan Granitz2019-01-071-1/+1
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* ObjectFileBreakpad: Implement sectionsPavel Labath2019-01-078-2/+238
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-078-22/+14
* Fix symbols.enable-external-lookup description wordingJan Kratochvil2019-01-051-4/+4
* [Driver] Some more cleanup. NFCJonas Devlieghere2019-01-052-34/+35
* [Scalar] Simplify comparison operators and add coverage.Davide Italiano2019-01-042-92/+21
OpenPOWER on IntegriCloud