summaryrefslogtreecommitdiff
path: root/lldb/lit
AgeCommit message (Expand)Author
2019-01-14[CMake] LLVM exports utility targets since r350959, so we can use them withou...Stefan Granitz
2019-01-11Attempt to fix PDB tests broken by r350924Pavel Labath
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-10[NativePDB] Add support for parsing typedef records.Zachary Turner
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-09Write PDB/variables.test to be more robust.Zachary Turner
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-07Use the minidump exception record if presentLeonard Mosescu
2019-01-07[CMake] Fix standalone builds: make dependency to LLVM's `count` conditionalStefan Granitz
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2019-01-02[NativePDB] Update function-types-classes test to check VarDecls.Zachary Turner
2019-01-02[NativePDB] Fix setting breakpoint by file and line.Zachary Turner
2018-12-27DWARF: Fix a bug in array size computationPavel Labath
2018-12-21Remove ineffective (misspelled) sanitizer optionAdrian Prantl
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-20[dotest] Consider unexpected passes as failures.Jonas Devlieghere
2018-12-20[lit] Skip stop-hook test on WindowsStella Stamenova
2018-12-19Fix line endings.Zachary Turner
2018-12-19[NativePDB] Enable function-level-linking.test in native mode.Zachary Turner
2018-12-19[NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner
2018-12-19[lit] Make TestConvenienceVariables a cpp fileJonas Devlieghere
2018-12-18[lit] Rather than including stdio.h, forward-declare printf in TestConvenienc...Stella Stamenova
2018-12-18[NativePDB] Correctly reconstruct DeclContext for nested enums.Zachary Turner
2018-12-18[lit] Use the new build.py script in the lldb-mi testsStella Stamenova
2018-12-18Fix REQUIRES lineAdrian Prantl
2018-12-18ELF: Don't create sections for section header index 0Pavel Labath
2018-12-18build.py: inherit environment in the gcc builderPavel Labath
2018-12-18Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton
2018-12-17[lit] Detect unexpected passes in lldbtest.Jonas Devlieghere
2018-12-17[NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner
2018-12-17Fix lldb's macosx/heap.py cstr command.Davide Italiano
2018-12-17Make crashlog.py work or binaries with spaces in their namesAdrian Prantl
2018-12-15lldb-test: Improve newline handlingPavel Labath
2018-12-15ELF: more section creation cleanupPavel Labath
2018-12-14[NativePDB] Fix local-variables.cpp test.Zachary Turner
2018-12-13[NativePDB] Add support for local variables.Zachary Turner
2018-12-13Classify tests in lit/ModulesPavel Labath
2018-12-12ELF: Clean up section type computationPavel Labath
2018-12-12lldb-test: Add ability to dump subsectionsPavel Labath
2018-12-12build.py: Implement "gcc" builderPavel Labath
2018-12-10Rewrite pexpect-based test in LIT/FileCheck.Adrian Prantl
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath