Summary: | [gdb/testsuite] silent timeout with host board local-remote-host-notty | ||
---|---|---|---|
Product: | gdb | Reporter: | Tom de Vries <vries> |
Component: | testsuite | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | 13.1 | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Tom de Vries
2022-10-11 15:05:58 UTC
Now also reproduced without -ex \"maint set target-non-stop off\". hmm, this sounds a lot like https://stackoverflow.com/questions/63238934/problems-with-ssh-buffering-of-stderr-without-tt I think we should use ssh -t, like local-remote-host. The only mentioned difference between the two seems to be that editing is on in local-remote-host and off in local-remote-host-notty, and we can achieve this by adding -iex "set editing off" to GDBFLAGS. |