Add support for --start option in -exec-run GDB/MI command.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sect-cmd.exp
index 3e808cb50ee797bce482d960dc4418aa5b01c1a1..50a3af11acff7334138d4fdab4ae55f30185ad94 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1997, 1998, 1999, 2003, 2007 Free Software Foundation, Inc.
+# Copyright 1997-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-if $tracelevel then {
-       strace $tracelevel
-       }
-
-global usestubs
-
 #
 # test running programs
 #
-set prms_id 0
-set bug_id 0
 
 # This test exists solely to exercise the "section" command for
 # code-coverage on HP-UX.  (So far as I can tell, the "section"
@@ -37,9 +26,9 @@ if ![istarget "hppa*-*-hpux*"] then {
   return
 }
 
-set testfile "break"
-set srcfile ${testfile}.c
-set srcfile1 ${testfile}1.c
+set testfile "sect-cmd"
+set srcfile break.c
+set srcfile1 break1.c
 set binfile ${objdir}/${subdir}/${testfile}
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug nowarnings}] != "" } {
This page took 0.026541 seconds and 4 git commands to generate.