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 v4 3/7] Add support for extracting thread names from cores.


On 01/18/2016 06:37 PM, John Baldwin wrote:
> Add a new gdbarch method to extract a thread name from a core for a
> given thread.  Use this new method in core_thread_name to implement the
> to_thread_name target op.
> 
> gdb/ChangeLog:
> 
> 	* corelow.c (core_thread_name): New function.
> 	(init_core_ops): Use "core_thread_name" for the "to_thread_name"
> 	target op.
> 	* gdbarch.sh (core_thread_name): New gdbarch callback.
> 	* gdbarch.h: Re-generate.
> 	* gdbarch.c: Re-generate.

OK.  Thanks for doing this.

Thanks,
Pedro Alves


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