qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug 1917661] [NEW] qemu gdb wrong registers group for riscv64


From: BogDan
Subject: [Bug 1917661] [NEW] qemu gdb wrong registers group for riscv64
Date: Wed, 03 Mar 2021 19:14:21 -0000

Public bug reported:

Step to reproduce:
1. run qemu-system-riscv64 in gdb mode
2. attach gdb
3. set a breakpoint and run
4. print register-groups using "maintenance print register-groups" command

...
 sbadaddr   4162 4162   1628       8 long            all,general
 msounteren 4163 4163   1636       8 long            all,general
 mbadaddr   4164 4164   1644       8 long            all,general
 htimedeltah 4165 4165   1652       8 long            all,general

These registers don't belong to general group, instead they belong to
all, system and csr groups.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1917661

Title:
  qemu gdb wrong registers group for riscv64

Status in QEMU:
  New

Bug description:
  Step to reproduce:
  1. run qemu-system-riscv64 in gdb mode
  2. attach gdb
  3. set a breakpoint and run
  4. print register-groups using "maintenance print register-groups" command

  ...
   sbadaddr   4162 4162   1628       8 long            all,general
   msounteren 4163 4163   1636       8 long            all,general
   mbadaddr   4164 4164   1644       8 long            all,general
   htimedeltah 4165 4165   1652       8 long            all,general

  These registers don't belong to general group, instead they belong to
  all, system and csr groups.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1917661/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]