aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ObjectFile
AgeCommit message (Expand)AuthorFilesLines
2022-02-25[LLDB] Remove XFAIL from minidebuginfo-set-and-hit-breakpoint.testMuhammad Omair Javaid1-1/+0
2021-12-03[LLDB] XFAIL on Arm/Linux minidebuginfo-set-and-hit-breakpoint.testMuhammad Omair Javaid1-0/+1
2021-12-02Include extra input contents on this test so we can see why lldb-arm-ubuntu b...Greg Clayton1-1/+1
2021-10-26[LLDB] Fix LLDB buildbots break due to --image-baseMuhammad Omair Javaid1-1/+1
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-2/+2
2021-07-26[test] Fix PayloadString: in lldb testsFangrui Song4-12/+12
2021-07-02Revert "Create synthetic symbol names on demand to improve memory consumption...Jonas Devlieghere1-2/+2
2021-06-29Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-2/+2
2021-06-29Revert D104488 and friends since it broke the windows botStella Stamenova1-2/+2
2021-06-28Fix failing tests after https://reviews.llvm.org/D104488.Greg Clayton1-2/+2
2021-04-21[lldb/ELF] Fix IDs of synthetic eh_frame symbolsPavel Labath1-0/+32
2021-04-09[lldb] Update object.test after 'nosync' inference was enabled.Alexander Belyaev1-1/+1
2021-02-11ObjectFileELF: Test whether reloc_header is non-null instead of asserting.Peter Collingbourne1-0/+148
2021-01-26[LLDB][test] - Fix test after yaml2obj change.Georgii Rymar1-0/+1
2021-01-14[lldb][wasm] Parse DWO section namesPhilip Pfaffe1-0/+100
2021-01-07[LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detectionLuís Marques1-0/+24
2020-11-09[lldb][test] - Update test cases after yaml2obj change.Georgii Rymar8-29/+24
2020-10-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu1-0/+280
2020-08-20[test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redi...Fangrui Song44-46/+46
2020-07-20[LLDB] [COFF] Fix handling of symbols with more than one aux symbolMartin Storsjö1-0/+10
2020-05-13[LLDB] Fix minidebuginfo-set-and-hit-breakpoint.test for arm 32-bitMuhammad Omair Javaid1-1/+1
2020-02-25[lldb] Mark ObjectFileBreakpad test inputs as non-textPavel Labath1-0/+1
2020-02-20[lldb] Add boilerplate to recognize the .debug_tu_index sectionPavel Labath1-0/+14
2020-02-17[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini4-14/+14
2020-02-05Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging"Pavel Labath4-14/+14
2020-02-05[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini4-14/+14
2020-02-05[test] yaml2obj -docnum => --docnum=Fangrui Song1-2/+2
2020-01-30[AVR] Recognize the AVR architecture in lldbAyke van Laethem1-0/+30
2020-01-24[lldb/Test] Update minidebuginfo-set-and-hit-breakpoint.testJonas Devlieghere1-4/+6
2020-01-22[lldb] s/lldb/%lldb in two testsPavel Labath2-2/+2
2020-01-17[lldb] Try to fix writing outside temp dir from 4bafceced6a7641be7b090229c6cc...Sam McCall1-0/+3
2020-01-16[LLDB] Add SymbolVendorWasm plugin for WebAssembly debuggingPaolo Severini1-0/+85
2020-01-15[LLDB] Add ObjectFileWasm plugin for WebAssembly debuggingPaolo Severini3-0/+151
2020-01-14[lldb/DWARF] Move location list sections into DWARFContextPavel Labath1-0/+28
2019-11-28[LLDB] [test] Add a missing "REQUIRES: arm" lineMartin Storsjö1-0/+2
2019-11-28[LLDB] Always interpret arm instructions as thumb on windowsMartin Storsjö1-0/+92
2019-11-28[LLDB] [PECOFF] Look for the truncated ".eh_fram" section nameMartin Storsjö1-0/+92
2019-11-26[lldb/symbolvendorelf] Copy more sections from separate debug filesPavel Labath1-2/+72
2019-11-26[lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath1-0/+14
2019-10-31[lldb/lit] Introduce %clang_host substitutionsPavel Labath1-1/+1
2019-10-31[LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...Martin Storsjö1-0/+81
2019-10-30COFF: Set section permissionsPavel Labath1-3/+3
2019-10-29[LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö1-0/+116
2019-10-25lldb/COFF: Create a separate "section" for the file headerPavel Labath2-27/+31
2019-10-21[lldb] drop .symtab removal in minidebuginfo testsKonrad Kleine3-15/+0
2019-10-15[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo1-1/+1
2019-10-10[test] Trim the symbtab test case (NFC)Jonas Devlieghere1-10/+0
2019-10-10[lldb] Fix minidebuginfo-set-and-hit-breakpoint.testRaphael Isemann1-1/+1
2019-10-09Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere63-0/+3856
2019-10-09Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl63-3856/+0