Page 1 of 1

how we add more symbol file in gdb

Posted: Sat Aug 06, 2016 6:10 am
by hitlar
i have more than 10 symbol file to add at runtime in gdb

add-symbol-file build/i386//fat 0x80a211dc
add-symbol-file build/i386/fs/cd9660/cd9660 0x00000ac0
add-symbol-file build/i386/fs/ntfs/ntfs 0x00001518
-----
-----
add all file one by one in gdb is very time consuming job & takes more time,
is gdb has only one command to add all files at proper place
i use
set debug-file-directory
but it does not work, so plz help

Re: how we add more symbol file in gdb

Posted: Sat Aug 06, 2016 6:14 am
by iansjack