This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] GDBserver: qXfer:libraries-svr4:read issues on PowerPC biarch.


While testing some other changes, I stumbled on a couple of
qXfer:libraries-svr4:read -related bugs in GDBserver exposed by
PowerPC's bigendianness.

The issue fixed by patch #1 is only visible after fixing the issue of
patch #2, but since fixing the latter actually breaks DSO support
completely, I've fixed the latent issue first.

The series was tested on:
- x86_64 Fedora 16, local gdbserver -m64 and -m32
- PowerPC Fedora 16, local gdbserver -m64 and -m32

with no regressions.  I've checked in both patches.

---

Pedro Alves (2):
      GDBserver: qXfer:libraries-svr4:read, and big endian hosts
      GDBserver: qXfer:libraries-svr4:read, malformed xml

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]