No: 64-bit GDB can debug either 32 or 64-bit processes.
This message warning: the debug information found in "/lib/ld-2.11.1.so" does not match "/lib/ld-linux.so.2" (CRC mismatch)
simply means that your installed libc-debuginfo package does not match your installed libc package, and that you will not be able to do source-level debugging on ld-linux.so.2
. Most of the time you don't want to debug anything in ld-linux.so.2
anyway, so the message is harmless.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…