Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] CDI wrapper for Microsoft command-line debugger CDB?

Great idea! There have been discussions to implement the CDI wrappers for
the Windows API calls, but it needs a lot of work.
I haven't had a chance to look at the command language of CDB, but it may be
easier to implement mi wrappers instead of CDI wrappers. What do you think?

Mikhail

----- Original Message -----
From: "Magnus Ihse" <magnus.ihse@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Monday, December 15, 2003 11:58 AM
Subject: [cdt-debug-dev] CDI wrapper for Microsoft command-line debugger
CDB?


> I've been thinking about writing a CDI wrapper around Microsoft's
> little-known command-line kernel/application debugger "CDB", which is a
> command-line version of the somewhat more known WinDbg. CDB can be found
> at: http://www.microsoft.com/whdc/ddk/debugging/
>
> CDB is in many ways similar to gdb (but with even more cryptical commands!
> :-)). The output seems quite straightforward, and (hopefully) easy to
> parse. Since WinDbg is already wrapping CDB in a GUI, it can't be
> completely impossible to to.
>
> CDB can not debug gcc compiled binaries, but it can debug binaries
compiled
> with Microsofts compilers, which gdb can't debug.
>
> Having such a CDI implementation would greatly facilitate a migration from
> Microsoft Visual Studio to Eclipse/CDT.
>
> Has anyone else been thinking about this?
>
> /Magnus
>
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>



Back to the top