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 v3 1/6] Introduce target_ops method thread_info_to_thread_handle


>>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:

Kevin> This patch adds a thread_info_to_thread_handle method to the target_ops
Kevin> struct.  It also implements this functionality for remote targets and
Kevin> linux native threads.

Kevin> gdb/ChangeLog:

Kevin> 	* gdbthread.h (thread_to_thread_handle): Declare.
Kevin> 	* thread.c (gdbtypes.h): Include.
Kevin> 	(thread_to_thread_handle): New function.

Kevin> 	* target.h (struct target_ops): Add thread_info_to_thread_handle.
Kevin> 	(target_thread_info_to_thread_handle): Declare.
Kevin> 	* target.c (target_thread_info_to_thread_handle): New function.
Kevin> 	* target-debug.h, target-delegates.c: Regenerate.

I think this is the wrong description for the change to target-debug.h.
Otherwise this all looks fine to me.

Tom


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