Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Get rid of inferior_list
@ 2017-10-09 14:30 Simon Marchi
  2017-10-09 14:30 ` [PATCH 2/3] gdbserver: Use std::list for all_processes Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Simon Marchi @ 2017-10-09 14:30 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This patchset removes the inferior_list/inferior_list_entry structures,
in favor of using std::list.  When working in gdbserver, I find it a bit
cumbersome to work with the threads and processes list, having to cast
from inferior_list_entry to the real type.

Simon Marchi (3):
  gdbserver: Use std::list for all_dlls
  gdbserver: Use std::list for all_processes
  gdbserver: use std::list for all_threads

 gdb/gdbserver/dll.c            |  36 ++---
 gdb/gdbserver/dll.h            |   8 +-
 gdb/gdbserver/gdbthread.h      | 109 ++++++++++++++-
 gdb/gdbserver/inferiors.c      | 301 +++++++++++------------------------------
 gdb/gdbserver/inferiors.h      | 124 ++++++++---------
 gdb/gdbserver/linux-arm-low.c  |   5 +-
 gdb/gdbserver/linux-low.c      | 277 ++++++++++++++++---------------------
 gdb/gdbserver/linux-mips-low.c |   4 +-
 gdb/gdbserver/linux-x86-low.c  |  23 ++--
 gdb/gdbserver/lynx-low.c       |  10 +-
 gdb/gdbserver/regcache.c       |  18 +--
 gdb/gdbserver/server.c         | 197 +++++++++------------------
 gdb/gdbserver/target.c         |   7 +-
 gdb/gdbserver/thread-db.c      |   4 +-
 gdb/gdbserver/tracepoint.c     |   8 +-
 gdb/gdbserver/win32-i386-low.c |   4 +-
 gdb/gdbserver/win32-low.c      |  16 +--
 17 files changed, 479 insertions(+), 672 deletions(-)

-- 
2.14.2


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

end of thread, other threads:[~2017-10-14 13:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 14:30 [PATCH 0/3] Get rid of inferior_list Simon Marchi
2017-10-09 14:30 ` [PATCH 2/3] gdbserver: Use std::list for all_processes Simon Marchi
2017-10-09 14:30 ` [PATCH 3/3] gdbserver: use std::list for all_threads Simon Marchi
2017-10-09 14:30 ` [PATCH 1/3] gdbserver: Use std::list for all_dlls Simon Marchi
2017-10-09 14:44   ` Pedro Alves
2017-10-09 14:49     ` Simon Marchi
2017-10-09 15:12     ` [PATCH v2] " Simon Marchi
2017-10-09 15:33       ` Pedro Alves
2017-10-09 15:46         ` Simon Marchi
2017-10-14 13:12 ` [PATCH 0/3] Get rid of inferior_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