[PATCH v3 3/5] gdb: move commit_resume to process_stratum_target
Simon Marchi
simon.marchi@polymtl.ca
Fri Jan 8 19:01:55 GMT 2021
>> diff --git a/gdb/process-stratum-target.c b/gdb/process-stratum-target.c
>> index 719167803fff..1436a550ac04 100644
>> --- a/gdb/process-stratum-target.c
>> +++ b/gdb/process-stratum-target.c
>> @@ -108,3 +108,26 @@ switch_to_target_no_thread (process_stratum_target *target)
>> break;
>> }
>> }
>> +
>> +/* If true, `maybe_commit_resume_process_target` is a no-op. */
>> +
>> +static bool defer_process_target_commit_resume;
>> +
>> +/* See target.h. */
>
> Should be 'process-stratum-target.h' now.
Fixed thanks. It would be simpler it we always wrote "See header file." :).
Simon
More information about the Gdb-patches
mailing list