summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha2018-09-211-0/+6
| | | | | | Differential Revision: https://reviews.llvm.org/D48623 llvm-svn: 342762
* Add missing constness.Tatyana Krasnukha2018-06-271-1/+1
| | | | llvm-svn: 335711
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-0/+35
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
OpenPOWER on IntegriCloud