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] sim: glue: implement or/xor funcs


On Thu, May 19, 2011 at 14:04, Tom Tromey wrote:
> Mike> - HW_TRACE ((me, "and - port %d, level %d arrived - output %d",
> Mike> - Â Â Â Â Â Âmy_port, level, glue->output[0]));
> [...]
> Mike> + Â/* If we fell through, we want to generate a port event. Â*/
> Mike> + ÂHW_TRACE ((me, "port %d, level %d arrived - output %d",
> Mike> + Â Â Âmy_port, level, glue->output[0]));
>
> This remotes the "and - " string from the HW_TRACE call.
> Is this important? ÂI have no idea.

the trace code automatically prepends the device name to the output,
so the info is redundant.  the old output would look something like:
.../glue-and@....: and - port .............

the new output would be:
.../glue-and: port .........
-mike


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