aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.base/dprintf.exp10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/dprintf.exp b/gdb/testsuite/gdb.base/dprintf.exp
index 0b209c0..7b89a0d 100644
--- a/gdb/testsuite/gdb.base/dprintf.exp
+++ b/gdb/testsuite/gdb.base/dprintf.exp
@@ -111,6 +111,16 @@ proc test_call {} {
test_dprintf "At foo entry.*arg=1235, g=2222\r\n" "2nd dprintf"
}
+ gdb_test_multiple "print stderr" "stderr symbol check" {
+ -re "\\'stderr\\' has unknown type.*" {
+ untested "No information available for stderr, exiting early"
+ return
+ }
+ -re "\\\$1.*" {
+ pass $gdb_test_name
+ }
+ }
+
with_test_prefix "fprintf" {
restart