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 27/32] convert to_insert_mask_watchpoint


On 01/13/2014 07:12 PM, Tom Tromey wrote:
> +    char *(*to_pid_to_str) (struct target_ops *, ptid_t)
> +      TARGET_DEFAULT_FUNC (dummy_pid_to_str);

This use of "dummy" in the default looked odd to me.
I'd suggest renaming it to default_pid_to_str (now or at some
point), in line with the other default methods.

Otherwise looked good to me.

-- 
Pedro Alves


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