gdb/riscv: convert riscv debug settings to new debug print scheme
authorAndrew Burgess <aburgess@redhat.com>
Mon, 13 Mar 2023 13:54:56 +0000 (13:54 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 3 Apr 2023 11:24:01 +0000 (12:24 +0100)
commit4f6e0c4457bf1f131680fc19a33a8788c7db18df
treeeefb6d0ee08a8140044dd8528b46fc7ee23585e5
parent4fc808ae2a3dee6a791c2a90b25db9c7a3790563
gdb/riscv: convert riscv debug settings to new debug print scheme

Convert the RISC-V specific debug settings to use the new debug
printing scheme.  This updates the following settings:

  set/show debug riscv breakpoints
  set/show debug riscv gdbarch
  set/show debug riscv infcall
  set/show debug riscv unwinder

All of these settings now take a boolean rather than an integer, and
all print their output using the new debug scheme.

There should be no visible change for anyone not turning on debug.
gdb/riscv-tdep.c