Bug 409795 - Rename GdbSever_name to GdbServer_path in remote launch
Summary: Rename GdbSever_name to GdbServer_path in remote launch
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 8.3.0   Edit
Assignee: Alvaro Sanchez-Leon CLA
QA Contact: Doug Schaefer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 20:11 EDT by Alvaro Sanchez-Leon CLA
Modified: 2014-08-27 12:08 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Sanchez-Leon CLA 2013-06-03 20:11:55 EDT
When a new remote launch configuration is being provisioned, 
it's required to provide the Gdbserver application name in the remote server, 
the label describing this field states "Gdbserver name:"

However it's quite often that the name is not sufficient as the remote connection may not initialize all the unix shell environment, therefore for new users it's would be clearer to configure this field, if the name is changed to "Gdbserver path:".
Comment 1 Alvaro Sanchez-Leon CLA 2013-06-03 20:20:22 EDT
The following Gerrit change is reflecting the propsed change:

https://git.eclipse.org/r/#/c/13527/
Comment 2 Marc Khouzam CLA 2013-06-25 15:43:20 EDT
(In reply to comment #0)

> However it's quite often that the name is not sufficient as the remote
> connection may not initialize all the unix shell environment, therefore for
> new users it's would be clearer to configure this field, if the name is
> changed to "Gdbserver path:".

Although the flip side is that user may not realize they can put just the name, if their PATH variable is properly set, I've hit this annoyance more than once too.

Comments in Gerrit.
Comment 3 Alvaro Sanchez-Leon CLA 2013-07-09 08:22:06 EDT
A new patch set is available addressing the comments in Gerrit, 

(In reply to comment #2)

> Although the flip side is that user may not realize they can put just the
> name, if their PATH variable is properly set, I've hit this annoyance more
> than once too.
> 
> Comments in Gerrit.


True, there is no perfect solution although the advantage of indicating a path is that the it will work even if it can be abbreviated to the executable.

A new patch set is available addressing the comments in Gerrit, 

Thanks for your review/ comments
Comment 4 Marc Khouzam CLA 2013-07-09 14:16:59 EDT
Committed to master from Gerrit.
Thanks Alvaro.