This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Addendum to profiling patch


An addendum to my latest --enable-profiling patch: this change to the
test suite is needed if you have enabled profiling and want `make check'
to pass all the tests it used to pass.

1999-11-02  Tom Tromey  <tromey@cygnus.com>

	* gdb.base/a1-selftest.exp (do_steps_and_nexts): Next over
	`moncontrol' call.

Ok?

Tom

Index: gdb.base/a1-selftest.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.base/Attic/a1-selftest.exp,v
retrieving revision 1.41.180.1
diff -u -r1.41.180.1 a1-selftest.exp
--- a1-selftest.exp	1999/04/15 23:32:08	1.41.180.1
+++ a1-selftest.exp	1999/11/02 20:44:46
@@ -1,4 +1,4 @@
-#   Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+#   Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 1999 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
@@ -76,6 +76,10 @@
 	    }
 	    -re ".*time_at_startup = get_run_time.*$gdb_prompt $" {
 		set description "next over get_run_time and everything it calls"
+		set command "next"
+	    }
+	    -re ".*moncontrol.*$gdb_prompt $" {
+		set description "next over moncontrol"
 		set command "next"
 	    }
 	    -re ".*START_PROGRESS.*$gdb_prompt $" {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]