summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF/split-optimized.c
AgeCommit message (Collapse)Author
2022-09-14[lldb] Enable (un-xfail) some dwarf tests for armPavel Labath
These are passing now that the relocation assertion has been removed in D132954. Relocations still remain unimplemented though, so it's possible this may start to fail due to unrelated changes. If that happens very often, we may just need to disable (skip) the test instead.
2021-08-03[lldb] Further constrain a test that fails without python enabledAlex Langford
The test relies on the python embedded interpreter being available and fails otherwise.
2021-07-31[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese
This change makes sure that DwarfUnit does not load a .dwo file until necessary. I also take advantage of DWARF 5's guarantee that the first support file is also the primary file to make it possible to create a compile unit without loading the .dwo file. Testcases now require Linux as it is needed for -gsplit-dwarf. Review By: jankratochvil, dblaikie Differential Revision: https://reviews.llvm.org/D100299
2021-07-30Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"Stella Stamenova
This reverts commit 8dfd6cae9bd62ae5ef056b994ece2e98f1558830. This change broke the windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/8842
2021-07-30[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese
This change makes sure that DwarfUnit does not load a .dwo file until necessary. I also take advantage of DWARF 5's guarantee that the first support file is also the primary file to make it possible to create a compile unit without loading the .dwo file. Review By: jankratochvil, dblaikie Differential Revision: https://reviews.llvm.org/D100299
2021-07-30Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"Jan Kratochvil
This reverts commit e7b8ba103a8411fb25237727c3822d4c431e4814. It broke 32-bit ARM - lldb-arm-ubuntu, reported by omjavaid: https://lab.llvm.org/buildbot/#/builders/17/builds/9595
2021-07-30[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese
This change makes sure that DwarfUnit does not load a .dwo file until necessary. I also take advantage of DWARF 5's guarantee that the first support file is also the primary file to make it possible to create a compile unit without loading the .dwo file. Review By: jankratochvil, dblaikie Differential Revision: https://reviews.llvm.org/D100299