[PATCH 0/6] Set of cleanup removal patches

Andrew Burgess andrew.burgess@embecosm.com
Tue Jan 1 22:45:00 GMT 2019


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



More information about the Gdb-patches mailing list