public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Work around PR libc/13097 "linux-vdso.so.1"
@ 2014-09-26 12:25 Pedro Alves
  2014-09-26 12:25 ` [PATCH 1/3] Split vDSO range lookup to a gdbarch hook Pedro Alves
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pedro Alves @ 2014-09-26 12:25 UTC (permalink / raw)
  To: gdb-patches

Following up to:
  https://sourceware.org/ml/gdb-patches/2014-09/msg00777.html

This series works around PR libc/13097 in GDB.  See patch 2/3 for
details.

Pedro Alves (3):
  Split vDSO range lookup to a gdbarch hook
  Work around PR libc/13097 "linux-vdso.so.1"
  Cache the vsyscall/vDSO range per-inferior

 gdb/arch-utils.c                        |   8 ++
 gdb/arch-utils.h                        |   4 +
 gdb/gdbarch.c                           |  23 ++++++
 gdb/gdbarch.h                           |  10 +++
 gdb/gdbarch.sh                          |   7 ++
 gdb/linux-tdep.c                        | 133 ++++++++++++++++++++++++++++++++
 gdb/memrange.c                          |   9 +++
 gdb/memrange.h                          |   5 ++
 gdb/solib-svr4.c                        |  81 ++++++++++++++++++-
 gdb/symfile-mem.c                       |  31 ++------
 gdb/testsuite/gdb.base/vdso-warning.c   |  22 ++++++
 gdb/testsuite/gdb.base/vdso-warning.exp |  54 +++++++++++++
 12 files changed, 359 insertions(+), 28 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/vdso-warning.c
 create mode 100644 gdb/testsuite/gdb.base/vdso-warning.exp

-- 
1.9.3

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

end of thread, other threads:[~2014-10-10 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26 12:25 [PATCH 0/3] Work around PR libc/13097 "linux-vdso.so.1" Pedro Alves
2014-09-26 12:25 ` [PATCH 1/3] Split vDSO range lookup to a gdbarch hook Pedro Alves
2014-09-26 12:25 ` [PATCH 3/3] Cache the vsyscall/vDSO range per-inferior Pedro Alves
2014-09-26 12:25 ` [PATCH 2/3] Work around PR libc/13097 "linux-vdso.so.1" Pedro Alves
2014-10-10 16:14 ` [PATCH 0/3] " Pedro Alves

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).