[PATCH v2 0/3] Check for zpoint support when handling watchpoints

Mohamed Bouhaouel mohamed.bouhaouel@intel.com
Tue Nov 14 09:20:26 GMT 2023


Hi all,

Many thanks Guinevere Larsen for your feedback, I updated this patch
series accordingly.

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

Changes since V1:
* Updated the commit message of the first patch
* Added a NEWS entry.
* Updated the 'qSupported' features in the remote protocol 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               |  3 +++
 gdb/breakpoint.c       | 20 ++++++++++++++++++++
 gdb/breakpoint.h       |  3 +++
 gdb/doc/gdb.texinfo    | 30 ++++++++++++++++++++++++++++++
 gdb/remote.c           | 41 ++++++++++++++++++++++++++++++++++++++---
 gdbserver/mem-break.cc |  2 +-
 gdbserver/mem-break.h  |  4 ++++
 gdbserver/server.cc    |  7 +++++++
 8 files changed, 106 insertions(+), 4 deletions(-)

-- 
2.25.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928



More information about the Gdb-patches mailing list