gdb: New set/show max-value-size command.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / huge.exp
index 018f305a4718f45c61a686695648dcf78532a6d5..4dca89b12b6591f0955c6513fca1db8779c79058 100644 (file)
@@ -47,6 +47,8 @@ if { ! [ runto_main ] } then {
     return -1
 }
 
+gdb_test_no_output "set max-value-size unlimited"
+
 gdb_test "print a" ".1 = .0 .repeats \[0123456789\]+ times.." "print a very large data object"
 
 set timeout $prev_timeout
This page took 0.024061 seconds and 4 git commands to generate.