aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2021-01-14 10:20:21 +0100
committerTom de Vries <tdevries@suse.de>2021-01-14 10:20:21 +0100
commit116d0cf103a315b220d4e85825986d3b6c312123 (patch)
treeeb1c05a56517e19598c9e1949ed233532f96a2b2 /gprof
parent7e0d77ef5ffa7e47655db2a5df5082004f7c104e (diff)
downloadgdb-116d0cf103a315b220d4e85825986d3b6c312123.zip
gdb-116d0cf103a315b220d4e85825986d3b6c312123.tar.gz
gdb-116d0cf103a315b220d4e85825986d3b6c312123.tar.bz2
[gdb/testsuite] Fix gdb.base/style.exp with -m32
When running test-case gdb.base/style.exp with target board unix/-m32, we run into (stripped styling from output, shortened file name): ... (gdb) frame argv=0xffffc714) at src/gdb/testsuite/gdb.base/style.c:45 45 return some_called_function (); /* break here */ (gdb) FAIL: gdb.base/style.exp: frame when width=20 ... while with native we have instead: ... (gdb) frame argv=0x7fffffffd478) at src/gdb/testsuite/gdb.base/style.c:45 45 return some_called_function (); /* break here */ (gdb) PASS: gdb.base/style.exp: frame when width=20 ... The problem is that due to argv having a different length for -m32, we get a different layout, and the test-case doesn't accommodate for that. Fix this by using a different regexp depending on the length of argv. Tested on x86_64-linux. gdb/testsuite/ChangeLog: 2021-01-14 Tom de Vries <tdevries@suse.de> PR testsuite/24590 * gdb.base/style.exp: Handle shorter argv in frame command output.
Diffstat (limited to 'gprof')
0 files changed, 0 insertions, 0 deletions