#3048: libstdc++.so.6.0.14-gdb.py installed in the wrong place
-----------------------------------------+----------------------------------
 Reporter:  bdubbs@…                     |        Owner:  bdubbs@…              
     
     Type:  enhancement                  |       Status:  reopened              
     
 Priority:  normal                       |    Milestone:  7.2                   
     
Component:  Book                         |      Version:  SVN                   
     
 Severity:  normal                       |   Resolution:                        
     
 Keywords:                               |  
-----------------------------------------+----------------------------------

Comment(by bdubbs@…):

 Replying to [comment:7 bryan@…]:

 > However, the gdb source also shows that there's support for autoloading
 these python extensions from a ".debug_gdb_scripts" ELF section in the
 shared object.  Does libstdc++ have one of these?  (What does "readelf -x
 .debug_gdb_scripts libstdc++.so.blah" dump for it?

 I get:
 {{{
 $ readelf -x  .debug_gdb_scripts /usr/lib/libstdc++.so.6.0.16
 readelf: Warning: Section '.debug_gdb_scripts' was not dumped because it
 does not exist!
 }}}

 Other commands that may be interesting are:

 {{{
 $ readelf  -a /usr/lib/libstdc++.so.6.0.16 |grep libstd
  0x000000000000000e (SONAME)   Library soname: [libstdc++.so.6]
  000000: Rev: 1  Flags: BASE   Index: 1  Cnt: 1  Name: libstdc++.so.6

 $ readelf  -a /usr/lib/libstdc++.so.6.0.16 |grep gdb
 <nothing printed>
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3048#comment:8>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to