|
LLDB mainline
|
#include <GDBRemoteCommunication.h>
Public Member Functions | |
| ScopedTimeout (GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) | |
| ~ScopedTimeout () | |
Private Attributes | |
| GDBRemoteCommunication & | m_gdb_comm |
| std::chrono::seconds | m_saved_timeout |
| bool | m_timeout_modified |
Definition at line 92 of file GDBRemoteCommunication.h.
| GDBRemoteCommunication::ScopedTimeout::ScopedTimeout | ( | GDBRemoteCommunication & | gdb_comm, |
| std::chrono::seconds | timeout ) |
| GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout | ( | ) |
Definition at line 1022 of file GDBRemoteCommunication.cpp.
References m_gdb_comm, m_saved_timeout, and m_timeout_modified.
|
private |
Definition at line 99 of file GDBRemoteCommunication.h.
Referenced by ScopedTimeout(), and ~ScopedTimeout().
|
private |
Definition at line 100 of file GDBRemoteCommunication.h.
Referenced by ScopedTimeout(), and ~ScopedTimeout().
|
private |
Definition at line 104 of file GDBRemoteCommunication.h.
Referenced by ScopedTimeout(), and ~ScopedTimeout().