remote+docs: software/hardware breakpoint traps
[deliverable/binutils-gdb.git] / gdb / NEWS
index 1c0f0792ed19b4b3ee75318707ddf752c2d1450c..49dc0e622df35a3e93e0212d60bd0747ee91c0f5 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -63,6 +63,16 @@ qXfer:btrace-conf:read
 Qbtrace-conf:bts:size
   Set the requested ring buffer size for branch tracing in BTS format.
 
+swbreak stop reason
+  Indicates a memory breakpoint instruction was executed, irrespective
+  of whether it was GDB that planted the breakpoint or the breakpoint
+  is hardcoded in the program.  This is required for correct non-stop
+  mode operation.
+
+hwbreak stop reason
+  Indicates the target stopped for a hardware breakpoint.  This is
+  required for correct non-stop mode operation.
+
 * The info record command now shows the recording format and the
   branch tracing configuration for the current thread when using
   the btrace record target.
This page took 0.025325 seconds and 4 git commands to generate.