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/3] Support thread names on remote targets


These patches make it possible to show thread names with gdbserver.
This is my first time touching gdb code base. These mails are just to
show the direction I'm going and hopefully I'll be corrected to the
right way. I know I haven't updated ChangeLog or documents. That'll be
done in the final patches.

Nguyán ThÃi Ngác Duy (3):
  Move linux thread name retrieval code to linux-procfs.c
  gdb/remote.c: support getting thread names with qThreadName
  gdbserver: support qThreadName on Linux

 gdb/gdbserver/linux-low.c |  1 +
 gdb/gdbserver/server.c    | 19 +++++++++++++++
 gdb/gdbserver/target.h    |  4 ++++
 gdb/linux-nat.c           | 33 +-------------------------
 gdb/nat/linux-procfs.c    | 39 +++++++++++++++++++++++++++++++
 gdb/nat/linux-procfs.h    |  5 ++++
 gdb/remote.c              | 59 ++++++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 127 insertions(+), 33 deletions(-)

-- 
2.3.0.rc1.137.g477eb31


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