Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Set osabi in remote target descriptions
@ 2024-10-06 18:37 Andrew Burgess
  2024-10-06 18:37 ` [PATCH 1/3] gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char> Andrew Burgess
                   ` (3 more replies)
  0 siblings, 4 replies; 36+ messages in thread
From: Andrew Burgess @ 2024-10-06 18:37 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

I tried doing some remote debugging of a Window machine from a Linux
machine and ran into some problems caused by gdbserver failing to set
the osabi in the target description that is sent to GDB.  This series
fixes this issue.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char>
  gdb: make use of set_tdesc_osabi overload in features/ files
  gdbserver: pass osabi to GDB in target description

 gdb/features/mips-dsp-linux.c        |  2 +-
 gdb/features/mips-linux.c            |  2 +-
 gdb/features/or1k-linux.c            |  2 +-
 gdb/features/sparc/sparc32-solaris.c |  2 +-
 gdb/features/sparc/sparc64-solaris.c |  2 +-
 gdb/target-descriptions.c            |  2 +-
 gdbserver/linux-aarch32-tdesc.cc     |  2 +-
 gdbserver/linux-aarch64-tdesc.cc     |  3 ++-
 gdbserver/linux-arc-low.cc           |  2 +-
 gdbserver/linux-arm-tdesc.cc         |  2 +-
 gdbserver/linux-csky-low.cc          |  2 +-
 gdbserver/linux-loongarch-low.cc     |  2 +-
 gdbserver/linux-riscv-low.cc         |  2 +-
 gdbserver/linux-tic6x-low.cc         |  2 +-
 gdbserver/linux-x86-tdesc.cc         | 14 ++++++++++++--
 gdbserver/netbsd-aarch64-low.cc      |  2 +-
 gdbserver/netbsd-amd64-low.cc        |  2 +-
 gdbserver/netbsd-i386-low.cc         |  2 +-
 gdbserver/tdesc.cc                   | 23 +++++++++++------------
 gdbserver/tdesc.h                    | 11 +++++------
 gdbserver/win32-i386-low.cc          |  4 ++--
 gdbserver/win32-low.h                |  7 +++++++
 22 files changed, 55 insertions(+), 39 deletions(-)


base-commit: bcb92f7ba7b22ac882c000cabfd7ca8bea47c184
-- 
2.25.4


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

end of thread, other threads:[~2024-10-11  8:32 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-06 18:37 [PATCH 0/3] Set osabi in remote target descriptions Andrew Burgess
2024-10-06 18:37 ` [PATCH 1/3] gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char> Andrew Burgess
2024-10-07 17:00   ` Tom Tromey
2024-10-08 19:02   ` Simon Marchi
2024-10-09 11:07     ` Andrew Burgess
2024-10-09 11:45       ` Simon Marchi
2024-10-09 12:17         ` Andrew Burgess
2024-10-09 15:35           ` Simon Marchi
2024-10-09 15:50             ` Andrew Burgess
2024-10-06 18:37 ` [PATCH 2/3] gdb: make use of set_tdesc_osabi overload in features/ files Andrew Burgess
2024-10-07 17:00   ` Tom Tromey
2024-10-08 19:12   ` Simon Marchi
2024-10-09 11:08     ` Andrew Burgess
2024-10-09 11:48       ` Simon Marchi
2024-10-09 12:04         ` Andrew Burgess
2024-10-06 18:37 ` [PATCH 3/3] gdbserver: pass osabi to GDB in target description Andrew Burgess
2024-10-07  9:38   ` Luis Machado
2024-10-07 17:00   ` Tom Tromey
2024-10-08 17:11 ` [PATCH 0/5] Set osabi in remote target descriptions Andrew Burgess
2024-10-08 17:11   ` [PATCH 1/5] gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char> Andrew Burgess
2024-10-10 13:37     ` Simon Marchi
2024-10-10 15:31       ` Andrew Burgess
2024-10-08 17:11   ` [PATCH 2/5] gdb: make use of set_tdesc_osabi overload in features/ files Andrew Burgess
2024-10-08 17:11   ` [PATCH 3/5] gdb: split osabi support between gdb/ and gdbsupport/ directories Andrew Burgess
2024-10-09  7:12     ` Luis Machado
2024-10-10 13:47     ` Simon Marchi
2024-10-08 17:11   ` [PATCH 4/5] gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi Andrew Burgess
2024-10-09  7:12     ` Luis Machado
2024-10-10 15:23     ` Simon Marchi
2024-10-08 17:11   ` [PATCH 5/5] gdbserver: pass osabi to GDB in target description Andrew Burgess
2024-10-09  7:14     ` Luis Machado
2024-10-10 15:56     ` Simon Marchi
2024-10-10 20:19     ` Mark Wielaard
2024-10-11  8:31       ` Andrew Burgess
2024-10-10 15:57   ` [PATCH 0/5] Set osabi in remote target descriptions Simon Marchi
2024-10-10 16:41     ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox