> > 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
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel