forked from my-unikernel/qemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390x/gdb: expose virtualization specific registers
Let's expose some virtual/fake registers as virtualization specific registers. Signed-off-by: David Hildenbrand <[email protected]> Signed-off-by: Jens Freimann <[email protected]> Message-Id: <[email protected]> Signed-off-by: Christian Borntraeger <[email protected]>
- Loading branch information
1 parent
af3c15f
commit 8a641ff
Showing
3 changed files
with
101 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0"?> | ||
<!-- Copyright 2015 IBM Corp. | ||
This work is licensed under the terms of the GNU GPL, version 2 or | ||
(at your option) any later version. See the COPYING file in the | ||
top-level directory. --> | ||
|
||
<!DOCTYPE feature SYSTEM "gdb-target.dtd"> | ||
<feature name="org.gnu.gdb.s390.virt"> | ||
<reg name="ckc" bitsize="64" type="uint64" group="system"/> | ||
<reg name="cputm" bitsize="64" type="uint64" group="system"/> | ||
<reg name="last_break" bitsize="64" type="code_ptr" group="system"/> | ||
<reg name="prefix" bitsize="64" type="data_ptr" group="system"/> | ||
<reg name="pp" bitsize="64" type="uint64" group="system"/> | ||
<reg name="pfault_token" bitsize="64" type="uint64" group="system"/> | ||
<reg name="pfault_select" bitsize="64" type="uint64" group="system"/> | ||
<reg name="pfault_compare" bitsize="64" type="uint64" group="system"/> | ||
</feature> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters