[PATCH v4 0/2] Multi-context invalid breakpoint conditions and MI

Tankut Baris Aktemur tankut.baris.aktemur@intel.com
Thu Apr 22 14:35:48 GMT 2021


Hi,

This is a continuation of

  https://sourceware.org/pipermail/gdb-patches/2021-April/177951.html

The first patches of the series are already merged.  This revision
defines "--force-condition" and "--force" flags for the MI's
'-break-insert' and '-break-condition' commands, respectively.

Tankut Baris Aktemur (2):
  gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
  gdb/mi: add a '--force' flag to the '-break-condition' command

 gdb/NEWS                          | 15 ++++++++
 gdb/breakpoint.c                  | 59 ++++++++++++++++------------
 gdb/breakpoint.h                  |  8 ++++
 gdb/doc/gdb.texinfo               | 16 ++++++--
 gdb/mi/mi-cmd-break.c             | 64 ++++++++++++++++++++++++++++++-
 gdb/mi/mi-cmds.c                  |  4 +-
 gdb/mi/mi-cmds.h                  |  1 +
 gdb/testsuite/gdb.mi/mi-break.exp | 31 +++++++++++++++
 8 files changed, 166 insertions(+), 32 deletions(-)

-- 
2.17.1



More information about the Gdb-patches mailing list