2012-02-14 Stan Shebs <stan@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index aa66790730e44b9dd3cfb5f129b6fc71a22bf8aa..07e3fc94d3b6b38e8215ff06280c62d9422e7235 100644 (file)
@@ -596,6 +596,11 @@ struct breakpoint
     /* Number of stops at this breakpoint that should
        be continued automatically before really stopping.  */
     int ignore_count;
+
+    /* Number of stops at this breakpoint before it will be
+       disabled.  */
+    int enable_count;
+
     /* Chain of command lines to execute when this breakpoint is
        hit.  */
     struct counted_command_line *commands;
This page took 0.024244 seconds and 4 git commands to generate.