commit | 103409bb38502b95cb60475939a49c2b059673d5 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Fri Mar 31 17:15:37 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Fri Mar 31 17:15:37 2023 +0200 |
tree | c0d406ccad71368d7fab2b3afc0959d54874857e | |
parent | 89447229c7961dd99d5167f2ebcc5d8973d5d5ae [diff] |
[gdb/testsuite] Fix gdb.base/trace-commands.exp with editing off With test-case gdb.base/trace-commands.exp and editing off, I run into fails because multi-line commands are issued using gdb_test_sequence, which doesn't handle them correctly. Fix this by using gdb_test instead. Tested on x86_64-linux. PR testsuite/30288 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30288