public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Make lwp_info use intrusive_list
@ 2021-08-28 14:58 Simon Marchi
  2021-08-28 14:58 ` [PATCH 1/3] gdb: make lwp_info non-POD Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Marchi @ 2021-08-28 14:58 UTC (permalink / raw)
  To: gdb-patches

The goal of this series is to replace the manually maintained linked
list of lwp_info objects with an intrusive_list.  No user-visible
changes expected, no regressions seen on Linux / x86-64.

Simon Marchi (3):
  gdb: make lwp_info non-POD
  gdb: add destructor to lwp_info
  gdb: use intrusive_list for linux-nat lwp_list

 gdb/ia64-linux-nat.c  |  8 ++---
 gdb/linux-nat.c       | 84 ++++++++++++++++++-------------------------
 gdb/linux-nat.h       | 73 ++++++++++++++++++++-----------------
 gdb/linux-thread-db.c |  3 +-
 gdb/mips-linux-nat.c  |  7 ++--
 5 files changed, 80 insertions(+), 95 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-09-28  2:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28 14:58 [PATCH 0/3] Make lwp_info use intrusive_list Simon Marchi
2021-08-28 14:58 ` [PATCH 1/3] gdb: make lwp_info non-POD Simon Marchi
2021-08-28 14:58 ` [PATCH 2/3] gdb: add destructor to lwp_info Simon Marchi
2021-08-28 14:58 ` [PATCH 3/3] gdb: use intrusive_list for linux-nat lwp_list Simon Marchi
2021-09-28  2:34 ` [PATCH 0/3] Make lwp_info use intrusive_list Simon Marchi

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