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 v2 0/2] xtensa: support THREADPTR register


Hello,

this series makes THREADPTR register (used for TLS in xtensa linux)
available to native and remote gdb.

Changes v1->v2:
- add comment for XTENSA_DBREGN_UREG;
- add missing spaces to type casts;
- move directory name up in the commit message..

Max Filippov (2):
  gdb: xtensa-linux: support THREADPTR register
  gdbserver: xtensa: support THREADPTR register

 gdb/gdbserver/linux-xtensa-low.c | 11 +++++++++++
 gdb/xtensa-linux-nat.c           |  8 ++++++++
 gdb/xtensa-tdep.c                |  4 ++++
 gdb/xtensa-tdep.h                |  1 +
 4 files changed, 24 insertions(+)

-- 
2.1.4


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