Community
Participate
Working Groups
Created attachment 182784 [details] Fix When launching a remote launch, we support both the serial protocol and the TCP protocol to connect to gdbserver. Currently, the launch defaults to using the serial protocol and the user must change that manually. From what I know, the vast majority of people use the TCP protocol, so I feel it really should be the default.
Committed to HEAD. Pawel, can you review this 2 liner? Thanks
*** cdt cvs genie on behalf of mkhouzam *** Bug 329868 - Make TCP the default protocol when populating a remote launch tab. [*] GdbServerDebuggerPage.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/GdbServerDebuggerPage.java?root=Tools_Project&r1=1.2&r2=1.3
The logic appears fine to me.
Committed to 7_0
*** cdt cvs genie on behalf of mkhouzam *** Bug 329868: Default protocol for remote debugging should be TCP. [*] GdbServerDebuggerPage.java 1.2.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/GdbServerDebuggerPage.java?root=Tools_Project&r1=1.2&r2=1.2.2.1