#include <transport.h>
Definition at line 114 of file transport.h.
 
◆ Transport()
  
  
      
        
          | v8::internal::wasm::gdb_server::Transport::Transport  | 
          ( | 
          SocketHandle |           s | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~Transport()
  
  
      
        
          | v8::internal::wasm::gdb_server::Transport::~Transport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ Close()
  
  
      
        
          | void v8::internal::wasm::gdb_server::Transport::Close  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ CopyFromBuffer()
  
  
      
        
          | void v8::internal::wasm::gdb_server::Transport::CopyFromBuffer  | 
          ( | 
          char ** |           dst,  | 
         
        
           | 
           | 
          int32_t * |           len ) | 
         
       
   | 
  
protected   | 
  
 
 
◆ Disconnect()
  
  
      
        
          | void v8::internal::wasm::gdb_server::Transport::Disconnect  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ IsDataAvailable()
  
  
      
        
          | bool v8::internal::wasm::gdb_server::Transport::IsDataAvailable  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Read()
  
  
      
        
          | bool v8::internal::wasm::gdb_server::Transport::Read  | 
          ( | 
          char * |           dst,  | 
         
        
           | 
           | 
          int32_t |           len ) | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ ReadSomeData()
  
  
      
        
          | virtual bool v8::internal::wasm::gdb_server::Transport::ReadSomeData  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ Write()
  
  
      
        
          | bool v8::internal::wasm::gdb_server::Transport::Write  | 
          ( | 
          const char * |           src,  | 
         
        
           | 
           | 
          int32_t |           len ) | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ buf_
  
  
      
        
          | std::unique_ptr<char[]> v8::internal::wasm::gdb_server::Transport::buf_ | 
         
       
   | 
  
protected   | 
  
 
 
◆ handle_accept_
  
  
      
        
          | SocketHandle v8::internal::wasm::gdb_server::Transport::handle_accept_ | 
         
       
   | 
  
protected   | 
  
 
 
◆ handle_bind_
  
  
      
        
          | SocketHandle v8::internal::wasm::gdb_server::Transport::handle_bind_ | 
         
       
   | 
  
protected   | 
  
 
 
◆ kBufSize
  
  
      
        
          | const int v8::internal::wasm::gdb_server::Transport::kBufSize = 4096 | 
         
       
   | 
  
static   | 
  
 
 
◆ pos_
  
  
      
        
          | int32_t v8::internal::wasm::gdb_server::Transport::pos_ | 
         
       
   | 
  
protected   | 
  
 
 
◆ size_
  
  
      
        
          | int32_t v8::internal::wasm::gdb_server::Transport::size_ | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: