Add remote target type to connect method (remote or extended-remote).

This commit is contained in:
Ernie Pasveer
2025-03-08 11:17:01 -06:00
parent e2e82b4286
commit ec6077c4a0
15 changed files with 346 additions and 181 deletions
+3
View File
@@ -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);