v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::gdb_server::SocketBinding Class Reference

#include <transport.h>

Collaboration diagram for v8::internal::wasm::gdb_server::SocketBinding:

Public Member Functions

 SocketBinding (SocketHandle socket_handle)
 
bool IsValid () const
 
std::unique_ptr< SocketTransportCreateTransport ()
 
uint16_t GetBoundPort ()
 

Static Public Member Functions

static SocketBinding Bind (uint16_t tcp_port)
 

Private Attributes

SocketHandle socket_handle_
 

Detailed Description

Definition at line 52 of file transport.h.

Constructor & Destructor Documentation

◆ SocketBinding()

v8::internal::wasm::gdb_server::SocketBinding::SocketBinding ( SocketHandle socket_handle)
explicit

Definition at line 18 of file transport.cc.

Here is the caller graph for this function:

Member Function Documentation

◆ Bind()

SocketBinding v8::internal::wasm::gdb_server::SocketBinding::Bind ( uint16_t tcp_port)
static

Definition at line 22 of file transport.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CreateTransport()

std::unique_ptr< SocketTransport > v8::internal::wasm::gdb_server::SocketBinding::CreateTransport ( )

Definition at line 77 of file transport.cc.

Here is the caller graph for this function:

◆ GetBoundPort()

uint16_t v8::internal::wasm::gdb_server::SocketBinding::GetBoundPort ( )

Definition at line 81 of file transport.cc.

Here is the caller graph for this function:

◆ IsValid()

bool v8::internal::wasm::gdb_server::SocketBinding::IsValid ( ) const
inline

Definition at line 60 of file transport.h.

Here is the caller graph for this function:

Member Data Documentation

◆ socket_handle_

SocketHandle v8::internal::wasm::gdb_server::SocketBinding::socket_handle_
private

Definition at line 69 of file transport.h.


The documentation for this class was generated from the following files: