commit | 48ca5676924d2609f1b9ea1990719c9eb41e88a2 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Thu Oct 27 17:14:33 2022 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Thu Oct 27 17:14:33 2022 +0200 |
tree | 4bade6852b8d48ca63c465f11473d8b9dd432f11 | |
parent | 1dc83674da675a20ae361a037305777d23764574 [diff] |
[gdb/testsuite] Remove address from test names I noticed an address in a test name: ... PASS: gdb.base/eh_return.exp: gdb_breakpoint: \ set breakpoint at *0x000000000040071b ... Stabilize the test name by using "set breakpoint on address" instead. Likewise in two other test-cases. Tested on x86_64-linux.