Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] PalmOS Patches

> 
> 
> --=-F26NRAdWu8xb1oXo0u8c
> Content-Type: text/plain
> Content-Transfer-Encoding: quoted-printable
> 
> Hi Folks
> 
> I am currently using the attached (tiny) patch to provide rudimentary
> PalmOS support. Back in March I did develop it further (with GUI support
> for target selection) but have cut that out to try and simplify things a
> bit.
> 
> Basically this patch applies directly to the CDT source code. I would
> really like to be able to distribute it as a seperate plugin that
> extends CDT to provide PalmOS support (since it is easier to provide
> this to other developers) but try as I might I can't seem to get Eclipse
> to pick it up properly.
> 

I've just gave it try, created a new plugin, copy
you PalmOSGDBDebugger class, added the few XML lines <debugger>
extension point entry in the plugin.xml  and there it was

"PalmOS GDB debugger"  in the list of possible debugger.
Gave it a run, works ok, since you ignore the error coming from
5-target-select palmos
&"..
5-^error,msg="undefined target command: palmos ..."
(gdb)


This is good, it is kind of what we wanted, a generic MI plugin that
can serve as a base, to write another debugger base on gdb, without to
much trouble.

> Any hints on how to this?
>

Is this a more general question on how to distribute another plugin ?





Back to the top