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: [rfc v3][5/6] Make "info proc" command generic


Again, only a tiny nit.

On 01/17/2012 07:48 PM, Ulrich Weigand wrote:
> +    /* Show information about process PTID.  */
> +    void (*to_info_proc) (struct target_ops *, char *, enum info_proc_what);
> +

> +/* Show information about process PTID.  */
> +
> +void target_info_proc (char *, enum info_proc_what);

The comments should no longer refer to PTID, I think.

-- 
Pedro Alves


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