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: [MI tracepoints 7/9] -trace-find


I stopped a few minor issues.

On Sunday 14 March 2010 08:59:44, Vladimir Prus wrote:
> +    error ("May not look at trace frames while trace is running.");

Missing i18n.

> +  else if (strcmp (mode, "tracepoint-number") == 0)
> +    {
> +      if (argc != 2)
> +       error (_("frame number is required"));
> +      tfind_1 (tfind_tp, atoi (argv[1]), 0, 0, 0);
> +    }

You mean, "tracepoint number is required".

On Sunday 14 March 2010 08:59:44, Vladimir Prus wrote:
> -      TPP.  */
> +      TPP.  If no trace frame matches, return -1. ay throw if the
                                                   ^^^

"-1.  May throw"

-- 
Pedro Alves


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