Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <palves@redhat.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions
Date: Thu, 25 Sep 2014 14:58:00 -0000	[thread overview]
Message-ID: <1411657123-16228-1-git-send-email-palves@redhat.com> (raw)

This series fixes the non-stop regressions caused by the recent
"breakpoints always-inserted off" changes.

  https://sourceware.org/ml/gdb-patches/2014-09/msg00671.html

Patch 3/3 is the real fix.  The others may seem a bit unrelated, but
are actually latent problems that patch 3/3 exposed in the testsuite,
and need to be applied before 3/3 is.

Tested on x86_64 Fedora 20, native and gdbserver.

Pedro Alves (3):
  Reduce Hg packet (select remote general thread) bouncing
  PR17431: following execs with "breakpoint always-inserted on"
  Fix non-stop regressions caused by "breakpoints always-inserted off"
    changes

 gdb/breakpoint.c                                   |  16 +--
 gdb/breakpoint.h                                   |  10 ++
 gdb/gdbthread.h                                    |  10 +-
 gdb/inferior.c                                     |   7 +-
 gdb/inferior.h                                     |   3 +-
 gdb/infrun.c                                       |  54 ++++++----
 gdb/progspace.c                                    |   5 +-
 gdb/progspace.h                                    |   3 +-
 gdb/testsuite/gdb.base/execl-update-breakpoints.c  |  38 +++++++
 .../gdb.base/execl-update-breakpoints.exp          | 114 +++++++++++++++++++++
 gdb/testsuite/gdb.threads/break-while-running.exp  |  35 ++++---
 gdb/thread.c                                       |  84 +++++++++++++--
 12 files changed, 320 insertions(+), 59 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/execl-update-breakpoints.c
 create mode 100644 gdb/testsuite/gdb.base/execl-update-breakpoints.exp

-- 
1.9.3


             reply	other threads:[~2014-09-25 14:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 14:58 Pedro Alves [this message]
2014-09-25 14:58 ` [PATCH 1/3] Reduce Hg packet (select remote general thread) bouncing Pedro Alves
2014-09-25 14:58 ` [PATCH 2/3] PR17431: following execs with "breakpoint always-inserted on" Pedro Alves
2014-09-25 14:58 ` [PATCH 3/3] Fix non-stop regressions caused by "breakpoints always-inserted off" changes Pedro Alves
2014-10-08 10:59   ` Yao Qi
2014-10-10 12:52     ` Pedro Alves
2014-10-08 11:34   ` Yao Qi
2014-10-10 12:52     ` Pedro Alves
2014-10-02  9:12 ` [PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions Pedro Alves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1411657123-16228-1-git-send-email-palves@redhat.com \
    --to=palves@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox