summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/SymbolFile
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+5
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-141-9/+11
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-132-0/+44
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-091-0/+154
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-231-0/+49
* [lldb/test] Update !DIModule for isysroot renameJonas Devlieghere2019-12-201-2/+2
* [lldb] Fix test using lld on non-linux systemsJohannes Altmanninger2019-12-202-4/+4
* [LLDB] Fix address computation for inline functionJohannes Altmanninger2019-12-202-0/+34
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-121-0/+190
* [lldb] "See through" atomic types in ClangASTContextPavel Labath2019-12-121-4/+20
* [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath2019-12-111-0/+132
* [lldb/DWARF] Switch to llvm location list parserPavel Labath2019-12-091-24/+111
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-092-0/+159
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-091-0/+104
* [lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interactionPavel Labath2019-12-061-0/+106
* [lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo filesPavel Labath2019-12-061-0/+156
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-051-1/+54
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-051-0/+129
* [LLDB] Actually fix the win-i386-line-table.s test when executed on windowsMartin Storsjö2019-12-041-3/+3
* [lldb] Simplify debug_{rnglists,ranges}.s testsPavel Labath2019-12-042-56/+34
* [LLDB] [test] Try to fix the test from 7d019d1a3b when run on Windows.Martin Storsjö2019-12-021-2/+2
* [LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö2019-12-021-0/+55
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-1/+1
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-223-2/+31
* Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid2019-11-122-22/+0
* lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath2019-11-051-1/+1
* Reapply [LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjö2019-11-012-4/+5
* minidump: Create memory regions from the sections of loaded modulesPavel Labath2019-10-311-0/+133
* [lldb/lit] Introduce %clang_host substitutionsPavel Labath2019-10-316-10/+10
* [LLDB] Fix for windows bots broken by unsupported testsshafik2019-10-292-0/+4
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-282-0/+96
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-251-0/+113
* Add REQUIRES: x86 to more tests which need the x86 llvm target builtPavel Labath2019-10-182-0/+4
* Revert "[LLDB] [test] Use %clang_cl instead of build.py in a few tests"Martin Storsjo2019-10-172-5/+4
* [LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjo2019-10-172-4/+5
* DWARFExpression: Fix/add support for (v4) debug_loc base address selection en...Pavel Labath2019-10-141-12/+29
* unwind-via-stack-win.yaml: update for changes in yaml formatPavel Labath2019-10-101-1/+15
* Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere2019-10-09166-0/+9456
* Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl2019-10-09166-9456/+0
* [test] Split LLDB tests into API, Shell & UnitJonas Devlieghere2019-10-09166-0/+9456
OpenPOWER on IntegriCloud