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 16/17] target: add to_record_stop_replaying target method


On 09/09/2015 11:35 AM, Markus Metzger wrote:
> --- a/gdb/target.c
> +++ b/gdb/target.c
> @@ -3645,6 +3645,14 @@ target_record_is_replaying (ptid_t ptid)
>  /* See target.h.  */
>  
>  void
> +target_record_stop_replaying (void)
> +{
> +  return current_target.to_record_stop_replaying (&current_target);
> +}

Unnecessary "return".  (I think some compilers complain.)

Thanks,
Pedro Alves


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