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 v2 3/4] add caching procs to test suite


On 08/02/2013 04:36 PM, Tom Tromey wrote:
> -    set src complex[pid].c
> -    set exe complex[pid].x
> +    set src [standard_temp_file complex[pid].c]
> +    set exe [standard_temp_file complex[pid].x]

Hmm.  Are these uses of standard_temp_file really
related to the caching mechanism?

-- 
Pedro Alves


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