Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap all references to build artifacts in the LLDB testsuite (NFC) | Adrian Prantl | 2018-01-19 | 1 | -2/+2 |
| | | | | | | | | | in TestBase::getBuildArtifact(). This NFC commit is in preparation for https://reviews.llvm.org/D42281 (compile the LLDB tests out-of-tree). Differential Revision: https://reviews.llvm.org/D42280 llvm-svn: 323007 | ||||
* | Move StopInfoOverride callback to the new architecture plugin | Pavel Labath | 2017-10-25 | 3 | -0/+65 |
| | | | | | | | | | | | | | | | This creates a new Architecture plugin and moves the stop info override callback to this place. The motivation for this is to remove complex dependencies from the ArchSpec class because it is used in a lot of places that (should) know nothing about Process instances and StopInfo objects. I also add a test for the functionality covered by the override callback. Differential Revision: https://reviews.llvm.org/D31172 llvm-svn: 316609 | ||||
* | Move testcases/arm_emulation to testcases/arm/emulation | Pavel Labath | 2017-10-25 | 158 | -0/+17797 |
This creates space for addidional arm-specific tests. I will be adding one of those in a follow-up commit. llvm-svn: 316608 |