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/5] Define target_core_of_thread in gdbserver.


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> On 03/16/2012 10:42 PM, Yao Qi wrote:
>> In ITSET, it needs to know the core number for a given thread id.  It is done
>> by target_core_of_thread in GDB.  In GDBserver, we do have code for this
>> purpose, but both side is not unified.  In this patch, a new macro
>> `target_core_of_thread' is defined, so code in gdb/common/ can use
>> target_core_of_thread without #if/#else/#endif wrappings.
>> 

Yao> Please ignore these patches in this thread.  I'll re-send them in a new
Yao> thread later.

... and of course I saw this later :)

Tom


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