* tracepoint.h (set_traceframe_number)
[deliverable/binutils-gdb.git] / gdb / progspace.h
index 0cf1382b77a33d8869d9b0127397205694a3c0e3..8a6466a57e10715f2d5981c0482f4b5054718f19 100644 (file)
@@ -1,6 +1,6 @@
 /* Program and address space management, for GDB, the GNU debugger.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -165,6 +165,10 @@ struct program_space
        to set breakpoints point at the wrong addresses.  */
     int executing_startup;
 
+    /* True if no breakpoints should be inserted in this program
+       space.  */
+    int breakpoints_not_allowed;
+
     /* The object file that the main symbol table was loaded from
        (e.g. the argument to the "symbol-file" or "file" command).  */
     struct objfile *symfile_object_file;
This page took 0.023833 seconds and 4 git commands to generate.