From d6a0f6e0c71bc2217ddc2d8bc51331f4f713c43d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 14 Dec 2011 19:59:25 +0000 Subject: * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9ce9c02..4db009e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-12-14 Tom Tromey + + * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command. + 2011-12-14 Doug Evans * lib/gdb.exp (gdb_start_cmd): Fix error return value. diff --git a/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp b/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp index ffb2131..3e1aa1c 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp @@ -41,7 +41,9 @@ gdb_unload # Strip out any labels there as they could corrupt the `main' name. set objcopy_program [transform objcopy] -set result [catch "exec $objcopy_program -N block_start -N block_end -N break_at ${binfile}" output] +set command "$objcopy_program -N block_start -N block_end -N break_at ${binfile}" +verbose -log "Executing: $command" +set result [catch "exec $command" output] verbose "result is $result" verbose "output is $output" if {$result != 0} { -- cgit v1.1