diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2013-12-18 14:47:17 +0100 |
---|---|---|
committer | Markus Metzger <markus.t.metzger@intel.com> | 2014-01-16 12:45:09 +0100 |
commit | 724c7dd8a4520d4020883b4ae3a3f2fa489acb1a (patch) | |
tree | 85624f783ecf58e38e565411a26cbd6106ad6cc0 /gdb/frame.c | |
parent | 6d78d93b8d3854dcab6c90307b19f43e1a93f592 (diff) | |
download | binutils-724c7dd8a4520d4020883b4ae3a3f2fa489acb1a.zip binutils-724c7dd8a4520d4020883b4ae3a3f2fa489acb1a.tar.gz binutils-724c7dd8a4520d4020883b4ae3a3f2fa489acb1a.tar.bz2 |
btrace, test: fix multi-line btrace tests
For testing multi-line test output, gdb.btrace tests used the following
pattern:
gdb_test "..." "
...\r
..."
Change this to:
gdb_test "..." [join [list \
"..." \
"..."] "\r\n"]
Also extract repeated tests into a test function and shorten or remove
test messages.
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
testsuite/
* gdb.btrace/function_call_history.exp: Update
* gdb.btrace/instruction_history.exp: Update.
Diffstat (limited to 'gdb/frame.c')
0 files changed, 0 insertions, 0 deletions