Hello,

# [GNU-767] Support changing SVE vector length in remote debugging

- Rebased my code on current master branch.
- Ran into issues with running the GDB testsuite against gdbserver, both
  on my branch and on master. Currently investigating.
- Regarding the ptrace issues I'm running into, at Richard's suggestion
  I checked the errno and it's ESRCH. This means that the inferior isn't
  in a state where gdbserver can fetch its registers. So maybe there's
  a race condition in gdbserver itself and it's trying to do that before
  the inferior is stopped. Currently investigating.

# Sourceware bug 28561 - [gdb/testsuite] Error due to not reading \r\n
  at end of mi prompt

* Luis mentioned this bug so I started investigating it. Tried
  reproducing it on Ubuntu 20.04 and 22.04 but without success.
  Also tried setting up an openSUSE Leap 15.3 KVM guest to try to
  reproduce it there, but the distro's installer hangs.

-- 
Thiago
_______________________________________________
linaro-toolchain mailing list -- linaro-toolchain@lists.linaro.org
To unsubscribe send an email to linaro-toolchain-le...@lists.linaro.org

Reply via email to