Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] EnvironmentTab in org.eclipse.cdt.launch.remote

Actually no. The binary is loaded by gdb to read the debug symbols, but the actual running program is started by gdbserver.

Best regards,

Marc


----- Original Message -----
From: Xavier Raynaud <xavier.raynaud@xxxxxxxxx>
To: "cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>
Sent: 17-12-2013 5:37
Subject: Re: [cdt-dev] EnvironmentTab in org.eclipse.cdt.launch.remote



Isn't the same thing locally ? binary is also started by gdb, isn't it ?

Xavier


On 12/17/2013 11:31 AM, Marc Khouzam wrote:
> It has been a while but believe setting environment variables doesn't make sense for a remote launch since the binary is started by gdbserver.
>
> Would such variables still affect gdbserver?
>
> Best regards,
>
> Marc
>
>
> ----- Original Message -----
> From: Xavier Raynaud <xavier.raynaud@xxxxxxxxx>
> To: "cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>
> Sent: 17-12-2013 5:16
> Subject: [cdt-dev] EnvironmentTab in org.eclipse.cdt.launch.remote
>
>
>
> Hi,
>
> Is there any plan to support EnvironmentTab in "C/C++ Remote Application" ?
>
> Xavier Raynaud
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top