2012-03-01 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / main.h
index 627b541c2f163579dd5264fed96ab19ffeb80664..41dbdd6cc69c232a6176f049a85f17bf76a1cbec 100644 (file)
@@ -1,7 +1,6 @@
 /* Main interface for GDB, the GNU debugger.
 
-   Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,6 +25,7 @@ struct captured_main_args
   int argc;
   char **argv;
   int use_windows;
+  const char *interpreter_p;
 };
 
 extern int gdb_main (struct captured_main_args *);
This page took 0.024283 seconds and 4 git commands to generate.