Use clean_restart in gdb.linespec
authorTom Tromey <tom@tromey.com>
Wed, 25 Jan 2023 17:13:40 +0000 (10:13 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 27 Jan 2023 01:28:31 +0000 (18:28 -0700)
Change gdb.linespec to use clean_restart more consistently.

gdb/testsuite/gdb.linespec/explicit.exp

index 637470e6763900af6351e8f5a2f5f4697c394475..b08d65953d22dba7bb89233396c83905bfbaef99 100644 (file)
@@ -594,9 +594,7 @@ namespace eval $testfile {
     }
 
     # Test interaction of condition command and explicit linespec conditons.
-    gdb_exit
-    gdb_start
-    gdb_load [standard_output_file $exefile]
+    clean_restart [standard_output_file $exefile]
 
     set tst "condition_command overrides explicit linespec condition"
     if {![runto_main]} {