Add an option to execute additional commands before GDB when using SSH
Closes #15
This commit is contained in:
parent
cae555af40
commit
d6ee383e75
2 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ export interface SSHArguments {
|
|||
remotex11screen: number;
|
||||
x11port: number;
|
||||
x11host: string;
|
||||
bootstrap: string;
|
||||
}
|
||||
|
||||
export interface IBackend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue