Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions
@ 2014-09-25 14:58 Pedro Alves
  2014-09-25 14:58 ` [PATCH 1/3] Reduce Hg packet (select remote general thread) bouncing Pedro Alves
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pedro Alves @ 2014-09-25 14:58 UTC (permalink / raw)
  To: gdb-patches

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


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

end of thread, other threads:[~2014-10-10 12:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-25 14:58 [PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions Pedro Alves
2014-09-25 14:58 ` [PATCH 1/3] Reduce Hg packet (select remote general thread) bouncing 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-09-25 14:58 ` [PATCH 2/3] PR17431: following execs with "breakpoint always-inserted on" Pedro Alves
2014-10-02  9:12 ` [PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox