summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/arm
Commit message (Collapse)AuthorAgeFilesLines
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-253-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/emulationPavel Labath2017-10-25158-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
OpenPOWER on IntegriCloud