gdb, testsuite: Remove unnecessary call of "set print pretty on"
authorChristina Schimpe <christina.schimpe@intel.com>
Fri, 21 Oct 2022 16:02:57 +0000 (09:02 -0700)
committerChristina Schimpe <christina.schimpe@intel.com>
Thu, 9 Feb 2023 18:38:52 +0000 (19:38 +0100)
The command has no effect for the loading of GDB pretty printers and is
removed by this patch to avoid confusion.

Documentation for "set print pretty"
"Cause GDB to print structures in an indented format with one member per line"

gdb/testsuite/gdb.python/pretty-print-call-by-hand.exp
gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp

index 7ab2b1facf7de7f6060ec145d45b30e98e6dceac..01ee7b9d3d298c636618d3a8120bcfc11c155682 100644 (file)
@@ -50,8 +50,6 @@ proc start_test { breakpoint_comment } {
     gdb_breakpoint [gdb_get_line_number ${breakpoint_comment} ${testfile}.c ]
     gdb_continue_to_breakpoint ${breakpoint_comment} ".*"
 
-    gdb_test_no_output "set print pretty on" "starting to pretty print"
-
     set remote_python_file [gdb_remote_download host ${srcdir}/${subdir}/${testfile}.py]
     gdb_test_no_output "source ${remote_python_file}" "load python file"
 
@@ -64,8 +62,6 @@ with_test_prefix "run to frame" {
        untested "couldn't run to main"
     }
 
-    gdb_test_no_output "set print pretty on" "starting to pretty print"
-
     set remote_python_file [gdb_remote_download host ${srcdir}/${subdir}/${testfile}.py]
     gdb_test_no_output "source ${remote_python_file}" "load python file"
 
index 2217e2e65274e0f4348d5b2ef68e5fe438c78405..eefa99c8fa14dd3f1868e323551606c1abb4005b 100644 (file)
@@ -61,8 +61,6 @@ gdb_test_no_output "source ${remote_python_event_handler_file}" "load python fil
 
 gdb_load ${binfile}
 
-gdb_test_no_output "set print pretty on"
-
 if { ![runto_main] } {
     return
 }