You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a callback to gdbarch so indicate whether
the architecture supports 'g' packets to remote target.
For example, on Xtensa, xt-ocd does not support 'g'
packet. However, the register fetching code keeps on
trying 'g' packet which results in infinite loop. So
this provides a mechanism for architecture to indicate
whether 'g' packet is supported.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
0 commit comments