commit | 24f46f126f4df6d727967f4489c66bc0921b1d6e | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <guinevere@redhat.com> | Mon Jan 20 09:20:59 2025 -0300 |
committer | Guinevere Larsen <guinevere@redhat.com> | Mon Jan 20 09:47:24 2025 -0300 |
tree | 6f90a9416172e143b5506cabfff20296c772081f | |
parent | 876bcbeb43c0f409d8dd6af42ff61f92df0b29bd [diff] |
gdb/testsuite: Fix file location for gdb.base/backtrace-through-cu-nodebug The newly added test gdb.base/backtrace-through-cu-nodebug.exp had a problem in the call to gdb_compile, that caused the .o files to be outputted in the GDB file tree. This commit fixes the issues in the calls. Reported-By: Tom de Vries <tdevries@suse.de> Approved-By: Tom de Vries <tdevries@suse.de>