Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Attaching debugger to local process causes socket accept() to fail

On Wed, Aug 16, 2006 at 01:48:36PM -0500, Vlad Codrea wrote:
> Is there a way to attach the debugger to an existing test_socket.c 
> process without causing that process to quit? The code for test_socket.c 
> is included in this email.

You didn't mention on what platform you're doing this.  But it sounds
to me like a bug in the underlying debugger (GDB) for that platform,
or in the platform's debug interface, rather than a bug that Eclipse
can do anything about.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top