Print settings (debugging with gdb) when gdb prints a symbolic address, it normally prints the closest earlier symbol plus an offset. If that symbol does not uniquely identify the address (for example, it is a Ò€¦ Then you can determine the name and source file location of the variable where it points, using `p/a pointer'.

For example, here gdb shows that a variable Ò€¦ You can use ` set print address off ' to eliminate all machine dependent displays from the gdb interface. For example, with print address off, you should get the same text for backtraces on all Ò€¦