gdbserver: fix gdbserver builds after expedite_regs changes
authorAndrew Burgess <aburgess@redhat.com>
Thu, 5 Oct 2023 11:14:32 +0000 (12:14 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 6 Oct 2023 12:16:16 +0000 (13:16 +0100)
commitdd6a9ec16e0ce34a7e8d0ace001f3cc167846892
tree99768dd4709c833516b658a14e95a64634ad9590
parentfef7f251fecfb5747dae456d2f9b08772f3a3768
gdbserver: fix gdbserver builds after expedite_regs changes

After this commit:

  commit 6a65998a8a94abaaae7ca4ff0ab9c3f25dc2e766
  Date:   Mon Sep 11 12:42:00 2023 +0100

      Convert tdesc's expedite_regs to a string vector

The risc-v, loongarch, and csky gdbserver builds were broken.  A use
of target_desc::expedite_regs (for each architecture)  was not updated
to take account of the type change.

I've tested that this fixes the risc-v build.  I haven't tested the
other architectures, but they should be fine.
gdbserver/linux-csky-low.cc
gdbserver/linux-loongarch-low.cc
gdbserver/linux-riscv-low.cc