Load shared libraries from the current backtrace.
 
Definition at line 37 of file btload.py.
 
◆ __init__()
      
        
          | def python.btload.BTLoad.__init__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
Definition at line 40 of file btload.py.
   41         super (BTLoad, self).__init__ (
"btload", gdb.COMMAND_FILES)
 
 
 
 
◆ invoke()
      
        
          | def python.btload.BTLoad.invoke  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          arg,  | 
        
        
           | 
           | 
            | 
          from_tty  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 44 of file btload.py.
   44     def invoke (self, arg, from_tty):
 
 
 
 
The documentation for this class was generated from the following file: