I am trying to install debug symbols for gcc
. Searching around I have:
gcc-4.7-dbgsym/xenial,now 4.7.4-3ubuntu12 amd64 [installed]
debug symbols for package gcc-4.7
gcc-4.7-multilib-dbgsym/xenial,now 4.7.4-3ubuntu12 amd64 [installed]
debug symbols for package gcc-4.7-multilib
gdb
does not find the debug symbols when I load gcc-4.7
into the debugger. So I checked to see which files these packages had installed:
$> dpkg-query -L gcc-4.7-multilib-dbgsym
/.
$> dpkg-query -L gcc-4.7-dbgsym
/.
It seems these packages are empty? Am I doing something wrong? Or how can I check if the debug symbols are actually installed.
Checking under /usr/lib/debug
I didn't find anything.
gcc-4.7-dbgsym
? It doesn't seem to be in the standard Ubuntu repos – steeldriver Jul 19 '17 at 16:53