mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
bug 409795: Rename GdbSever_name to GdbServer_path in remote launch
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409795 Change-Id: I2ed941a5b878e1c0b16fcb185220e8a2f0f0336d Signed-off-by: aleon <alvsan09@gmail.com> Reviewed-on: https://git.eclipse.org/r/13527 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
982b93967b
commit
3932f763bd
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
# Anna Dushistova (MontaVista) - [181517][usability] Specify commands to be run before remote application launch
|
||||
# Nikita Shulga (EmbeddedAlley) - [265236][remotecdt] Wait for RSE to initialize before querying it for host list
|
||||
# Anna Dushistova (MontaVista) - [368597][remote debug] if gdbserver fails to launch on target, launch doesn't get terminated
|
||||
# Alvaro Sanchez-Leon (Ericsson) - [409795] Rename GdbSever name to GdbServer path in remote launch
|
||||
################################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -43,7 +44,7 @@ RemoteCMainTab_Remote_Path_Browse_Button=Browse...
|
|||
RemoteCMainTab_Connection=Connection:
|
||||
RemoteCMainTab_New=New...
|
||||
Gdbserver_Settings_Tab_Name=Gdbserver Settings
|
||||
Gdbserver_name_textfield_label=Gdbserver name:
|
||||
Gdbserver_name_textfield_label=Gdbserver path:
|
||||
Port_number_textfield_label=Port number:
|
||||
RemoteCMainTab_Remote_Path_Browse_Button_Title=Select Remote C/C++ Application File
|
||||
RemoteCMainTab_Properties=Properties...
|
||||
|
|
Loading…
Add table
Reference in a new issue