Pointing symbol-file folder for gdb
        Posted  
        
            by pzico
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pzico
        
        
        
        Published on 2010-05-14T09:30:30Z
        Indexed on 
            2010/05/14
            9:34 UTC
        
        
        Read the original article
        Hit count: 332
        
You can point a single symbol file to gdb with command symbol-file /usr/lib/debug/symbolfile.so 
But how to tell gdb to load all symbol-files from given path including subdirectories?
© Stack Overflow or respective owner