* gdb.base/break.c: Add 10a breakpoint at }

* gdb.base/break.exp: Add test for breakpoint at }
	* gdb.cp/anon-union.cc: Add code at end of function.
	* gdb.cp/anon-union.exp: Adjust end of function breakpoint.
	* gdb.mi/var-cmd.c: Add code at end of function.
	* gdb.mi/mi-var-display.exp: Adjust end of next.
	* gdb.mi/mi2-var-display.exp: Likewise.
	* gdb.base/fileio.c: Add stop function and insert calls at
	stopping places.
	* gdb.base/fileio.exp: Breakpoint stop function and remove
	explicit line number references.
This commit is contained in:
Nathan Sidwell
2006-06-13 08:46:17 +00:00
parent e85e320515
commit e1c2defab5
10 changed files with 141 additions and 90 deletions

View File

@ -52,4 +52,5 @@ int main()
w = 45;
int j = 0;
}