Debugger: Set debuggee environment vars.

Env vars should be set to debuggee not to debugger.

Change-Id: I1ff877e295cb61f3a47c3aec5ffb43dea64df1cc
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
BogDan Vatra
2015-07-15 10:38:15 +03:00
parent 2901b008ec
commit 0f46ad4a55
6 changed files with 19 additions and 9 deletions

View File

@@ -103,6 +103,7 @@ protected: ////////// Gdb Process Management //////////
void handleGdbExit(const DebuggerResponse &response);
void loadInitScript();
void setEnvironmentVariables();
// Something went wrong with the adapter *before* adapterStarted() was emitted.
// Make sure to clean up everything before emitting this signal.