I have a 64-bit binary (modfied version of sqlite, but this shouldn't mattrr):
> file /home/aromanov/IdeaProjects/sqlite/sqlite3
/home/aromanov/IdeaProjects/sqlite/sqlite3: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x39a2db352d3bc451ed621ad0588eec3008df034b, not stripped
produced with GCC 4.7.4. However, debugging code in it outputs just 8 hex digits (32 bits) for %p
in format string, where I expected 16. Is this normal?