public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* warning: Target-supplied registers are not supported by the current architecture
@ 2023-10-08 23:13 William Tambe
  2023-10-09  6:45 ` Aktemur, Tankut Baris
  0 siblings, 1 reply; 6+ messages in thread
From: William Tambe @ 2023-10-08 23:13 UTC (permalink / raw)
  To: gdb

I am working on gdbserver support.

I am able to remotely execute the executable and set breakpoints,
however right after issuing the `target remote` command, I am getting
following warning:

(gdb) target remote 192.168.1.164:2000
Remote debugging using 192.168.1.164:2000
warning: Target-supplied registers are not supported by the current architecture

Error message is coming from gdb/target-descriptions.c at line 576,
due to data->arch_regs.empty () return true.

Any idea what I might have missed causing data->arch_regs.empty () to
return true ?

Best Regards,
William

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-09 12:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08 23:13 warning: Target-supplied registers are not supported by the current architecture William Tambe
2023-10-09  6:45 ` Aktemur, Tankut Baris
2023-10-09 10:46   ` William Tambe
2023-10-09 11:23     ` Luis Machado
2023-10-09 12:09       ` William Tambe
2023-10-09 12:18         ` Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).