how we add more symbol file in gdb

Programming, for all ages and all languages.
Post Reply
hitlar
Posts: 9
Joined: Wed Jul 03, 2013 8:25 pm

how we add more symbol file in gdb

Post 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
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: how we add more symbol file in gdb

Post by iansjack »

Post Reply