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] Trace state variables


>>>>> "Stan" == Stan Shebs <stan@codesourcery.com> writes:

Stan> +     case BINOP_ASSIGN:

>> It seems a little odd to add BINOP_ASSIGN but not BINOP_ASSIGN_MODIFY.

Stan> <groan> You're going to make me do it, aren't you. :-)

:-)

It is really up to you, I won't insist on it.  I don't think it is much
code, though...

Stan> extern int remote_supports_cond_tracepoints (void);
Stan> + extern char *unpack_varlen_hex (char *buff, ULONGEST *result);

>> It seems like this could be in a header somewhere.

Stan> This is one of the temporary hacks pending target-vectorization of
Stan> tracepoint ops.

Aha, thanks.

Tom


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