mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Add remote target type to connect method (remote or extended-remote).
This commit is contained in:
@@ -54,6 +54,9 @@ class SeerDebugDialog : public QDialog, protected Ui::SeerDebugDialogForm {
|
||||
// Connectect to a GDB server. "connect".
|
||||
void setConnectHostPort (const QString& connectHostPort);
|
||||
QString connectHostPort () const;
|
||||
void setConnectRemoteTargetType (const QString& type);
|
||||
QString connectRemoteTargetType () const;
|
||||
|
||||
|
||||
// Connectect to a RR server. "rr".
|
||||
void setRRTraceDirectory (const QString& rrTraceDirectory);
|
||||
|
||||
Reference in New Issue
Block a user