Re: [PATCH v1 1/2] gdb: rename any_thread_of_inferior to any_non_exited_thread_of_inferior
Matthieu Longo <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 20/08/2026 16:37, Simon Marchi wrote: > On 7/28/26 10:33 AM, Matthieu Longo wrote: >> The name any_thread_of_inferior suggests that the function may return >> any thread of the inferior. In practice, it only returns a non-exited >> thread. >> >> Rename it to any_non_exited_thread_of_inferior to better reflect its >> behavior. This is a preparatory change for the following patch, which >> adds another helper with similar semantics. >> >> Suggested-by: Simon Marchi <[email protected]> >> [1]: https://inbox.sourceware.org/gdb-patches/590655c1-abed-4a16-b8cc >> [email protected]/ > > The trailer lines should be the very last thing of the commit message, > so either move this [1] line or remove it. > Fixed. > Approved-By: Simon Marchi <[email protected]> > > Simon and merged. Thanks, Matthieu