Bug 149097 - unable to debug via udp with gdbserver
Summary: unable to debug via udp with gdbserver
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 3.1   Edit
Hardware: All Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 19:42 EDT by Mike Frysinger CLA
Modified: 2020-09-04 15:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Frysinger CLA 2006-06-28 19:42:42 EDT
when configuring gdbserver, my only options are serial and tcp ... however, debugging via something like kgdb, i need to select udp

should be trivial to do ... the gdb connection commands are pretty much the same:
tcp: target remote tcp:192.168.0.16:3456
udp: target remote udp:192.168.0.16:3456