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 2/2] [testsuite] Add test case for tracepoints with conditions


Pierre Langlois <pierre.langlois@arm.com> writes:

> +clean_restart ${executable}
> +
> +if ![runto_main] {
> +    fail "Can't run to main for ftrace tests"
> +    return 0
> +}
> +
> +gdb_reinitialize_dir $srcdir/$subdir

Don't need gdb_reinitialize_dir, as clean_restart did that already.

The patch is OK.

-- 
Yao (éå)


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