mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-21 03:28:25 +00:00
gdb/testsuite/
Fix false FAILs with glibc debug infos installed. * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test. * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
This commit is contained in:
parent
c1aed0593f
commit
596ba13831
@ -1,3 +1,9 @@
|
||||
2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix false FAILs with glibc debug infos installed.
|
||||
* gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
|
||||
* gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
|
||||
|
||||
2012-02-22 Sterling Augustine <saugustine@google.com>
|
||||
|
||||
* gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
|
||||
|
@ -48,6 +48,10 @@ if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opt
|
||||
|
||||
gdb_exit
|
||||
gdb_start
|
||||
|
||||
# Clear it to never find any separate system debug infos.
|
||||
gdb_test_no_output "set debug-file-directory"
|
||||
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_load ${binfile}
|
||||
|
||||
|
@ -47,6 +47,10 @@ if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opt
|
||||
|
||||
gdb_exit
|
||||
gdb_start
|
||||
|
||||
# Clear it to never find any separate system debug infos.
|
||||
gdb_test_no_output "set debug-file-directory"
|
||||
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_load ${binfile}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user