[PATCH 03/12] gdb: rename things related to step over chains
Simon Marchi
simon.marchi@efficios.com
Wed Nov 25 13:16:44 GMT 2020
On 2020-11-24 8:28 p.m., Pedro Alves wrote:
>> -extern struct thread_info *thread_step_over_chain_next (struct thread_info *tp);
>> +extern struct thread_info *global_thread_step_over_chain_next (struct thread_info *tp);
>
> Line too long now.
Fixed (by removing struct keywords).
>> --- a/gdb/thread.c
>> +++ b/gdb/thread.c
>> @@ -207,7 +207,7 @@ set_thread_exited (thread_info *tp, bool silent)
>> {
>> /* Dead threads don't need to step-over. Remove from queue. */
>
> "Remove from chain", I guess.
Fixed.
Thanks,
Simon
More information about the Gdb-patches
mailing list