[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] wanted Documentation for CDI INterface
|
>
>
>
>
>
> Few questions on CDT debugging.......
>
>
> - a very stupid question probably...........but how much of an effort would
> it take to implement the CDI API's in oder to write my own extension to the
> MI plugin to support a non-default or non-gdb/mi debugger ? how big of a
> job is it ?
>
Good question, I do not know. Or Rather it will depends on how much
functionnality this debugger provide, if it is quite powerfull and extensible
it can be an afternoon, just wrapping the classes and doing the parsing.
Things were more difficult for GDB/MI since it is a fairly new protocol
with lots of functionnality missing, different versions different behaviours etc ...
What non-gdb debugger did you have in mind.
> - Are you aware of any ongoing work to support any PocketPC/WinCE embedded
> device targets ?
>
Nope, just rumors here and there.
> - Any thoughts on supporting debugging on device emulators ?
>
There is a gentleman using the simulator included in gdb to do
CDT/Eclipse developement for ARM. The main grip is that GDB is crashing
when doing "info threads" ... which the CDT/GDB/MI does a lot 8-(