OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Mar 29, 2024 5:13 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: how we add more symbol file in gdb
PostPosted: Sat Aug 06, 2016 6:10 am 
Offline

Joined: Wed Jul 03, 2013 8:25 pm
Posts: 9
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
Quote:
set debug-file-directory
but it does not work, so plz help


Top
 Profile  
 
 Post subject: Re: how we add more symbol file in gdb
PostPosted: Sat Aug 06, 2016 6:14 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Use a command file: http://www.delorie.com/gnu/docs/gdb/gdb_191.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 47 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group