public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Refactoring around inferior continuations
@ 2021-04-21 12:57 Tankut Baris Aktemur
  2021-04-21 12:57 ` [PATCH 1/6] gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait' Tankut Baris Aktemur
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Tankut Baris Aktemur @ 2021-04-21 12:57 UTC (permalink / raw)
  To: gdb-patches

Hi,

This is a refactoring/clean-up of the inferior continuations.

Thanks
Baris

Tankut Baris Aktemur (6):
  gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'
  gdb/infcmd: update the comment for 'attach_post_wait'
  gdb/continuations: remove the 'err' from
    'do_all_inferior_continuations'
  gdb/continuations: do minor cleanup
  gdb/continuations: use lambdas instead of function pointers
  gdb/continuations: turn continuation functions into inferior methods

 gdb/Makefile.in     |   1 -
 gdb/continuations.c | 134 --------------------------------------------
 gdb/continuations.h |  55 ------------------
 gdb/event-top.c     |   1 -
 gdb/inf-loop.c      |   3 +-
 gdb/infcmd.c        |  65 +++++----------------
 gdb/inferior.c      |  20 ++++++-
 gdb/inferior.h      |  19 +++++--
 gdb/interps.c       |   1 -
 9 files changed, 46 insertions(+), 253 deletions(-)
 delete mode 100644 gdb/continuations.c
 delete mode 100644 gdb/continuations.h

-- 
2.17.1


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

end of thread, other threads:[~2021-04-22 14:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 12:57 [PATCH 0/6] Refactoring around inferior continuations Tankut Baris Aktemur
2021-04-21 12:57 ` [PATCH 1/6] gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait' Tankut Baris Aktemur
2021-04-21 19:24   ` Tom Tromey
2021-04-21 19:32     ` Simon Marchi
2021-04-21 19:47       ` Tom Tromey
2021-04-22  5:57         ` Aktemur, Tankut Baris
2021-04-21 12:57 ` [PATCH 2/6] gdb/infcmd: update the comment for 'attach_post_wait' Tankut Baris Aktemur
2021-04-21 19:25   ` Tom Tromey
2021-04-21 12:57 ` [PATCH 3/6] gdb/continuations: remove the 'err' from 'do_all_inferior_continuations' Tankut Baris Aktemur
2021-04-21 19:29   ` Tom Tromey
2021-04-21 12:57 ` [PATCH 4/6] gdb/continuations: do minor cleanup Tankut Baris Aktemur
2021-04-21 19:31   ` Tom Tromey
2021-04-21 12:57 ` [PATCH 5/6] gdb/continuations: use lambdas instead of function pointers Tankut Baris Aktemur
2021-04-21 19:43   ` Tom Tromey
2021-04-22  7:49     ` Aktemur, Tankut Baris
2021-04-22 12:50       ` Tom Tromey
2021-04-22 14:07         ` Aktemur, Tankut Baris
2021-04-22 14:12           ` Tom Tromey
2021-04-21 12:57 ` [PATCH 6/6] gdb/continuations: turn continuation functions into inferior methods Tankut Baris Aktemur
2021-04-21 19:46   ` Tom Tromey

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