projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836b6c1
)
Use clean_restart in gdb.linespec
author
Tom Tromey
<tom@tromey.com>
Wed, 25 Jan 2023 17:13:40 +0000
(10:13 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.linespec/explicit.exp
b/gdb/testsuite/gdb.linespec/explicit.exp
index 637470e6763900af6351e8f5a2f5f4697c394475..b08d65953d22dba7bb89233396c83905bfbaef99 100644
(file)
--- a/
gdb/testsuite/gdb.linespec/explicit.exp
+++ b/
gdb/testsuite/gdb.linespec/explicit.exp
@@
-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]} {