public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Invalid file I/O file handles when the target closes
@ 2018-04-10 10:11 Pedro Alves
  2018-04-10 10:11 ` [PATCH 2/2] File I/O file handles after " Pedro Alves
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pedro Alves @ 2018-04-10 10:11 UTC (permalink / raw)
  To: gdb-patches

Found this little easily-splittable piece on my multi-target branch,
thought I'd send it out.

On the branch, we can connect to multiple remote servers
simultaneously.  Each remote connection is managed by a separate
heap-allocated target_ops instance.  The change from a single global
remote target_ops heap-allocated target_ops instances exposed the
problem fixed in patch #2.

Pedro Alves (2):
  C++ify fileio_fh_t, replace VEC with std::vector
  File I/O file handles after target closes

 gdb/remote.c |   3 +-
 gdb/target.c | 108 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 70 insertions(+), 41 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-04-11  3:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-10 10:11 [PATCH 0/2] Invalid file I/O file handles when the target closes Pedro Alves
2018-04-10 10:11 ` [PATCH 2/2] File I/O file handles after " Pedro Alves
2018-04-10 10:11 ` [PATCH 1/2] C++ify fileio_fh_t, replace VEC with std::vector Pedro Alves
2018-04-11  3:33 ` [PATCH 0/2] Invalid file I/O file handles when the target closes 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).