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 1/3] Code cleanup: gdb.threads/gcore-thread.exp


> +if ![load_core $corefile] {
> +    set timeout $prev_timeout
> +    return
> +}

Just a thought: Do we really need to worry about restoring
the timeout at the end of the testcase, given that this is
automatically done at the start of each testcase (see gdb.exp:
gdb_init)?

-- 
Joel


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