GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
py_send_packet_callbacks Struct Reference
Inheritance diagram for py_send_packet_callbacks:
send_remote_packet_callbacks

Public Member Functions

 py_send_packet_callbacks ()
 
void sending (gdb::array_view< const char > &buf) override
 
void received (gdb::array_view< const char > &buf) override
 
gdbpy_ref result () const
 

Private Attributes

gdbpy_ref m_result
 

Detailed Description

Definition at line 310 of file py-connection.c.

Constructor & Destructor Documentation

◆ py_send_packet_callbacks()

py_send_packet_callbacks::py_send_packet_callbacks ( )
inline

Definition at line 316 of file py-connection.c.

Member Function Documentation

◆ received()

void py_send_packet_callbacks::received ( gdb::array_view< const char > & buf)
inlineoverridevirtual

Implements send_remote_packet_callbacks.

Definition at line 331 of file py-connection.c.

References m_result.

◆ result()

gdbpy_ref py_send_packet_callbacks::result ( ) const
inline

Definition at line 356 of file py-connection.c.

References m_result.

Referenced by connpy_send_packet().

◆ sending()

void py_send_packet_callbacks::sending ( gdb::array_view< const char > & buf)
inlineoverridevirtual

Implements send_remote_packet_callbacks.

Definition at line 322 of file py-connection.c.

Member Data Documentation

◆ m_result

gdbpy_ref py_send_packet_callbacks::m_result
private

Definition at line 365 of file py-connection.c.

Referenced by received(), and result().


The documentation for this struct was generated from the following file: