[v3,0/3] Check for zpoint support when handling watchpoints

Message ID 20231114133532.3877-1-mohamed.bouhaouel@intel.com
Headers
Series Check for zpoint support when handling watchpoints |

Message

Bouhaouel, Mohamed Nov. 14, 2023, 1:35 p.m. UTC
  Hi,

Thanks Eli Zaretskii for your feedback, I updated the first patch
accordingly.

V1 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2023-March/198371.html

V2 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2023-November/204091.html

Changes since V2:
* Updated text format in the added documentation.

Regards,
Mohamed

Mohamed Bouhaouel (3):
  gdb, gdbserver, zpoint: report z_point support
  gdb, breakpoint: add a breakpoint type converter
  gdb, zpoint: check for target hardware breakpoint support

 gdb/NEWS               |  4 ++++
 gdb/breakpoint.c       | 20 ++++++++++++++++++++
 gdb/breakpoint.h       |  3 +++
 gdb/doc/gdb.texinfo    | 32 ++++++++++++++++++++++++++++++++
 gdb/remote.c           | 42 +++++++++++++++++++++++++++++++++++++++---
 gdbserver/mem-break.cc |  2 +-
 gdbserver/mem-break.h  |  4 ++++
 gdbserver/server.cc    |  7 +++++++
 8 files changed, 110 insertions(+), 4 deletions(-)