How to load multiple symbol files in gdb. I have a executable foo.out and loading a module bar.so. I have created two symbol files foo.symbol and bar.symbol. Ho
gdb
In addition of the alk's answer and its comments, the address asked is the address of the .text section. You can find it by using the readelf command
.text
readelf
Here you have an example of a readelf use for binary files The address where filename has been loaded is missing [GDB]