Documentation
      ¶
    
    
  
    
  
    There is no documentation for this package.
      
      Source Files
      ¶
    
- debuglet.go
 
      
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       internal
        | 
      |
| 
         
          
            breakpoints
            
            
          
           
      Package breakpoints handles breakpoint requests we get from the user through the Debuglet Controller, and manages corresponding breakpoints set in the code. 
         | 
      Package breakpoints handles breakpoint requests we get from the user through the Debuglet Controller, and manages corresponding breakpoints set in the code. | 
| 
         
          
            controller
            
            
          
           
      Package controller is a library for interacting with the Google Cloud Debugger's Debuglet Controller service. 
         | 
      Package controller is a library for interacting with the Google Cloud Debugger's Debuglet Controller service. | 
| 
         
          
            debug
            
            
          
           
      Package debug provides the portable interface to a program being debugged. 
         | 
      Package debug provides the portable interface to a program being debugged. | 
| 
         
          
            debug/arch
            
            
          
           
      Package arch contains architecture-specific definitions. 
         | 
      Package arch contains architecture-specific definitions. | 
| 
         
          
            debug/cmd/debugproxy
            
            command
          
          
         
       | 
      |
| 
         
          
            debug/dwarf
            
            
          
           
      Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf 
         | 
      Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf | 
| 
         
          
            debug/elf
            
            
          
           
      Package elf implements access to ELF object files. 
         | 
      Package elf implements access to ELF object files. | 
| 
         
          
            debug/gosym
            
            
          
           
      Package gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers. 
         | 
      Package gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers. | 
| 
         
          
            debug/local
            
            
          
           
      Package local provides access to a local program. 
         | 
      Package local provides access to a local program. | 
| 
         
          
            debug/macho
            
            
          
           
      Package macho implements access to Mach-O object files. 
         | 
      Package macho implements access to Mach-O object files. | 
| 
         
          
            debug/remote
            
            
          
           
      Package remote provides remote access to a debugproxy server. 
         | 
      Package remote provides remote access to a debugproxy server. | 
| 
         
          
            debug/server
            
            
          
           
      Package server provides RPC access to a local program being debugged. 
         | 
      Package server provides RPC access to a local program being debugged. | 
| 
         
          
            debug/server/protocol
            
            
          
           
      Package protocol defines the types used to represent calls to the debug server. 
         | 
      Package protocol defines the types used to represent calls to the debug server. | 
| 
         
          
            valuecollector
            
            
          
           
      Package valuecollector is used to collect the values of variables in a program. 
         | 
      Package valuecollector is used to collect the values of variables in a program. | 
 Click to show internal directories. 
   Click to hide internal directories.