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] Add "inferior id" and "id in inferior" info to -thread-info output


> From: Simon Marchi <simon.marchi@ericsson.com>
> CC: Simon Marchi <simon.marchi@ericsson.com>
> Date: Wed, 12 Apr 2017 14:54:12 -0400
> 
> gdb/ChangeLog:
> 
> 	* thread.c (print_thread_info_1): Rename field id-in-tg to
> 	qualified-id.  Add new fields id-in-inf and inf-id when printing
> 	on MI.
> 	* NEWS: Mention new fields.
> 
> gdb/testsuite/ChangeLog:
> 
> 	* mi-qualified-thread-id.exp: New file.
> 	* mi-qualified-thread-id.c: New file.
> 
> gdb/doc/ChangeLog:
> 
> 	* gdb.texinfo (GDB/MI Thread Information): Document fields
> 	inf-id and id-in-inf.  Update example.

OK for the documentation parts, thanks.


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