[PATCH v5 4/5] gdb/infrun: extract out a code piece into 'mark_non_executing_threads' function

Pedro Alves palves@redhat.com
Thu Apr 16 16:24:57 GMT 2020


On 4/6/20 4:45 PM, Tankut Baris Aktemur via Gdb-patches wrote:
> This is a refactoring.  The extracted function is placed deliberately
> before 'stop_all_threads' because the function will be re-used there
> in a subsequent patch for handling an exit status kind received from
> a thread that GDB attempted to stop.
> 
> gdb/ChangeLog:
> 2019-11-04  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
> 
> 	* infrun.c (handle_inferior_event): Extract out a piece of code
> 	into...
> 	(mark_non_executing_threads): ...this new function.

OK.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list