Bug 406349 - Multi-Process Debug for Remote Target
Summary: Multi-Process Debug for Remote Target
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.2   Edit
Hardware: PC 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: 2013-04-23 12:35 EDT by Stanley Harris CLA
Modified: 2020-09-04 15:18 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanley Harris CLA 2013-04-23 12:35:27 EDT
Would like to be able to debug the child process (fork()) on a remote target.  When debugging an application that spawns a child it is not possible to view the processing of the child process. Need to be able to see any output (Console/Terminal) that the child process produces.
Comment 1 Stanley Harris CLA 2013-04-23 13:00:45 EDT
For further clarification I am using GDB 7.3 and GDBSERVER 7.3.  The platform is Debian Squeeze for both the host and target systems.