Code::Blocks  SVN r11506
Public Types | Public Member Functions | Public Attributes | List of all members
RemoteDebugging Struct Reference

#include <remotedebugging.h>

Collaboration diagram for RemoteDebugging:

Public Types

enum  ConnectionType { TCP = 0, UDP, Serial }
 

Public Member Functions

 RemoteDebugging ()
 
bool IsOk () const
 
void MergeWith (const RemoteDebugging &other)
 

Public Attributes

ConnectionType connType
 
wxString serialPort
 
wxString serialBaud
 
wxString ip
 
wxString ipPort
 
wxString additionalCmds
 commands after remote connection established More...
 
wxString additionalCmdsBefore
 commands before establishing remote connection More...
 
wxString additionalShellCmdsAfter
 shell commands after remote connection established More...
 
wxString additionalShellCmdsBefore
 shell commands before establishing remote connection More...
 
bool skipLDpath
 skip adjusting LD_LIBRARY_PATH before launching debugger More...
 
bool extendedRemote
 connect with extended remote or not More...
 

Detailed Description

Definition at line 15 of file remotedebugging.h.

Member Enumeration Documentation

◆ ConnectionType

Enumerator
TCP 
UDP 
Serial 

Definition at line 17 of file remotedebugging.h.

Constructor & Destructor Documentation

◆ RemoteDebugging()

RemoteDebugging::RemoteDebugging ( )
inline

Definition at line 24 of file remotedebugging.h.

Member Function Documentation

◆ IsOk()

bool RemoteDebugging::IsOk ( ) const
inline

◆ MergeWith()

void RemoteDebugging::MergeWith ( const RemoteDebugging other)
inline

Member Data Documentation

◆ additionalCmds

wxString RemoteDebugging::additionalCmds

◆ additionalCmdsBefore

wxString RemoteDebugging::additionalCmdsBefore

◆ additionalShellCmdsAfter

wxString RemoteDebugging::additionalShellCmdsAfter

◆ additionalShellCmdsBefore

wxString RemoteDebugging::additionalShellCmdsBefore

◆ connType

ConnectionType RemoteDebugging::connType

◆ extendedRemote

bool RemoteDebugging::extendedRemote

◆ ip

wxString RemoteDebugging::ip

◆ ipPort

wxString RemoteDebugging::ipPort

◆ serialBaud

wxString RemoteDebugging::serialBaud

◆ serialPort

wxString RemoteDebugging::serialPort

◆ skipLDpath

bool RemoteDebugging::skipLDpath

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