aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/EventObject.java
AgeCommit message (Expand)AuthorFilesLines
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch1-2/+2
2002-06-17javaprims.h: Updated class declaration list.Tom Tromey1-7/+31
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard1-18/+18
2000-10-24EventObject.java: Merged from classpath.Bryce McKinlay1-32/+56
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-04-07Initial revisionTom Tromey1-0/+42
utils Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/ui-redirect.exp
blob: f3a1b4c9de3ed17dc2f1b4f65aa27775cd6a24e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright (C) 2010-2017 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

if { [prepare_for_testing "failed to prepare" ui-redirect start.c] } {
    return -1
}

gdb_breakpoint main

set test "commands"
gdb_test_multiple $test $test {
    -re "End with a line saying just \"end\"\\.\r\n>$" {
	pass $test
    }
}

set test "print 1"
gdb_test_multiple $test $test {
    -re "\r\n>$" {
	pass $test
    }
}
gdb_test_no_output "end"

gdb_test_no_output "set logging file /dev/null"
gdb_test "set logging on" "Copying output to /dev/null\\."
gdb_test "save breakpoints /dev/null" "Saved to file '/dev/null'\\."
gdb_test "set logging off" "Done logging to /dev/null\\."
gdb_test "help" "List of classes of commands:.*"