Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6200d188
Commit
6200d188
authored
May 07, 2009
by
hjk
Browse files
debugger: fix start of remote server
parent
5d8bd5e0
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/manual/fakevim/runremotely.sh
View file @
6200d188
...
...
@@ -10,6 +10,6 @@ qtlibs=`ldd ${executable} | grep libQt | sed -e 's/^.*=> \(.*\) (.*)$/\1/'`
ssh
${
account
}
"mkdir -p
${
targetdir
}
"
scp
${
executable
}
${
qtlibs
}
${
account
}
:
${
targetdir
}
ssh
${
account
}
"chrpath -r
${
targetdir
}
${
targetdir
}
/*"
ssh
${
account
}
"gdbserver localhost:5555
${
targetdir
}
/
${
exename
}
"
ssh
-X
${
account
}
"gdbserver localhost:5555
${
targetdir
}
/
${
exename
}
"
ssh
${
account
}
"rm
${
targetdir
}
/* ; rmdir
${
targetdir
}
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment