How to make GDB print out all values in hexadecimal mode? December 3, 2023 by Tarik set output-radix 16 (and set output-radix 10 to switch it back).