This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] continuable/steppable/non-steppable watchpoints


This is a follow up to
<https://sourceware.org/ml/gdb/2018-08/msg00054.html>.

Pedro Alves (2):
  Eliminate target_have_continuable_watchpoint
  Add comment describing continuable/steppable/non-steppable watchpoints

 gdb/gdbarch.h          |  2 ++
 gdb/gdbarch.sh         |  1 +
 gdb/nto-procfs.c       |  3 ---
 gdb/s390-linux-nat.c   |  1 -
 gdb/target-delegates.c | 27 ---------------------------
 gdb/target.h           | 41 ++++++++++++++++++++++++++++++++++-------
 gdb/x86-nat.h          |  2 --
 7 files changed, 37 insertions(+), 40 deletions(-)

-- 
2.14.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]