GSoC Project | Basic Support for Trace Compass

Ravindra Kumar Meena rmeena840 at gmail.com
Tue Aug 6 10:50:48 UTC 2019


>
> Have a look at the documentation of printf (
> http://www.cplusplus.com/reference/cstdio/printf/).
> The format specifier "%lx" refers to unsigned long int which is most
> likely a 32bit integer on your machine.
> So it will only read 4 bytes regardless of how many are stored in memory.
> Try using either "%llx" or PRIx64 format specifier for printing 64-bit
> numbers.
>
Yes, I tried that also. I can't see the 8 char for multiple
RTEMS_RECORD_THREAD_NAME in print_item(). Still, I tried to follow the
previously mentioned algorithm.

https://github.com/rmeena840/rtems-tools/commit/33c217642e36b91926dfd823e5b3b59974790084



-- 
*Ravindra Kumar Meena*,
B. Tech. Computer Science and Engineering,
Indian Institute of Technology (Indian School of Mines)
<https://www.iitism.ac.in/>, Dhanbad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190806/e03fc6bb/attachment.html>


More information about the devel mailing list