This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New features for GDB under Windows


On Sun, Jul 18, 2010 at 12:04:52PM +0800, asmwarrior wrote:
> >I added the following functionality that was only available under Unix
> >before:
> >- Remote debugging using TCP/IP
> >- Remote debugging using pipes (other program's stdin/stdout)

Both of these are already included in current versions of Windows
GDB.

> >And the new feature:
> >- Remote debugging using special DLLs (this is faster than TCP/IP or
> >pipes and allows you to add new hardware targets - like JTAG adapters -
> >without re-compiling the entire GDB)

I don't know if this is a desired feature.  It runs into maintenance
and GPL compliance problems.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]