This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v9 01/29] btrace, test: fix multi-line btrace tests


On 12/19/2013 04:44 PM, Markus Metzger wrote:
> --- a/gdb/testsuite/gdb.btrace/function_call_history.exp
> +++ b/gdb/testsuite/gdb.btrace/function_call_history.exp
> @@ -37,167 +37,150 @@ set bp_location [gdb_get_line_number "bp.1" $testfile.c]
>  gdb_breakpoint $bp_location
>  gdb_continue_to_breakpoint "cont to $bp_location" ".*$testfile.c:$bp_location.*"
>  
> +proc rec_fun_all {} {
> +gdb_test "record function-call-history 0" [join [list \

This gdb_test should be indented.

> +  "0\tmain" \
> +  "1\tinc" \
> +  "2\tmain" \

Otherwise looks good to me.  Thanks for doing this.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]