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 2/9] unify breakpoint commands and tracepoint actions


Vladimir Prus wrote:
Here's a revised version, also addressing Pedro's comments.
Looks great, just one little thing left to fix:

+      if (strstr (c->line, "eval ") == c->line)
+	error (_("The 'eval' command can only be used for tracepoints"));


The command is now "teval" instead of "eval".


With that change, we should be ready to roll in all 9 patches. Thanks again!

Stan





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