Hi Wolfgang,

Is it possible to display the accumulated target time in GDB?

No. Problem is, that there is no gdb protocol element to transfer a controller time to gdb.

Any trick?

If you want this inside gdb, then not. See above.

With port output, as Markus proposed, is a way to calculate it after simulation. (the trace file will be written continuousely, but the buffering will produce a visible file, if the buffer is filled, not before!)

There is another idea to use a redis or mqtt server or such. simulavr will then write as client to such server. (and so there is no problem, if you stop processing in simulavr by gdb!) Then other process can overtake data from such server and display it as you want. But ... in the moment it's just a idea!

cu, Thomas


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to