public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Set of cleanup removal patches
@ 2019-01-01 22:45 Andrew Burgess
  2019-01-01 22:45 ` [PATCH 1/6] gdb/testsuite: Better detection of auto-response at y/n prompts Andrew Burgess
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Andrew Burgess @ 2019-01-01 22:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

A set of patches that remove some cleanups.  The first patch isn't
cleanup related, but is a testsuite fix I found while testing the
remaining patches.

The series has been tested on X86-64/Linux against native gdb as well
as the native-gdbserver and native-extended-gdbserver board files.

--

Andrew Burgess (6):
  gdb/testsuite: Better detection of auto-response at y/n prompts
  gdb/remote: Remove a cleanup in remote_check_symbols
  gdb: Remove a cleanup from find_overload_match
  gdb: Remove final cleanup from find_overload_match
  gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid
  gdb: Remove cleanup from linux_nat_target::follow_fork

 gdb/ChangeLog                     |  35 +++++++++++++
 gdb/compile/compile-cplus-types.c |   4 +-
 gdb/cp-support.c                  |   9 ++--
 gdb/cp-support.h                  |   2 +-
 gdb/linux-fork.c                  | 101 ++++++++++++++++++++++----------------
 gdb/linux-nat.c                   |  27 +++++-----
 gdb/remote.c                      |  21 ++++----
 gdb/testsuite/ChangeLog           |   6 +++
 gdb/testsuite/lib/mi-support.exp  |  21 ++++++--
 gdb/valops.c                      |  16 ++----
 10 files changed, 157 insertions(+), 85 deletions(-)

-- 
2.14.5

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

end of thread, other threads:[~2019-01-10 17:07 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01 22:45 [PATCH 0/6] Set of cleanup removal patches Andrew Burgess
2019-01-01 22:45 ` [PATCH 1/6] gdb/testsuite: Better detection of auto-response at y/n prompts Andrew Burgess
2019-01-02 21:48   ` Simon Marchi
2019-01-07  9:01     ` Andrew Burgess
2019-01-09  5:04       ` Simon Marchi
2019-01-09 11:25         ` Andrew Burgess
2019-01-09 14:45           ` Simon Marchi
2019-01-01 22:45 ` [PATCH 3/6] gdb: Remove a cleanup from find_overload_match Andrew Burgess
2019-01-02 15:12   ` Tom Tromey
2019-01-01 22:45 ` [PATCH 5/6] gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid Andrew Burgess
2019-01-02 15:46   ` Tom Tromey
2019-01-09 12:55   ` Pedro Alves
2019-01-09 13:33     ` Andrew Burgess
2019-01-09 14:10       ` Andrew Burgess
2019-01-09 18:45         ` Pedro Alves
2019-01-10 17:07           ` Andrew Burgess
2019-01-01 22:45 ` [PATCH 4/6] gdb: Remove final cleanup from find_overload_match Andrew Burgess
2019-01-02 15:13   ` Tom Tromey
2019-01-01 22:45 ` [PATCH 2/6] gdb/remote: Remove a cleanup in remote_check_symbols Andrew Burgess
2019-01-02 15:08   ` Tom Tromey
2019-01-01 22:45 ` [PATCH 6/6] gdb: Remove cleanup from linux_nat_target::follow_fork Andrew Burgess
2019-01-02 15:18   ` Tom Tromey
2019-01-02 15:47 ` [PATCH 0/6] Set of cleanup removal patches 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).