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


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> 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]

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

Not really.  I can push them into patch 2 if you want.

Tom


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