[Qt-creator] BareMetal Target Plugin
André Pönitz
andre.poenitz at mathematik.tu-chemnitz.de
Tue Aug 6 21:08:40 CEST 2013
On Tue, Aug 06, 2013 at 06:05:38PM +0200, Tim Sander wrote:
> Hi
>
> I would like to implement a bare metal configuration plugin for qt-creator.
> What i envision is a plugin which compares to the generic "GDB Hardware
> Debugging" run dialog of eclipse. Which is not as comfortable as the remote
> linux plugin but a little bit more flexible.
>
> Most of the functionality is given via the "Connect to Debug Server". But i
> would like to have this in a configurable manner as target configuration like
> the "Remote Linux" target. But i think it would be better to keep the
> gdbserver information in a per project manner? Which means not pulling them
> into a own configuration setting like the "Devices" entry in the configuration
> but in the "Deployment" section of the "Run" configuration.
>
> Would stuff like this be accepted (give reasonable code quality)?
Yes.
> Also if you have some hints which parts should/could be reeused would be nice.
src/plugins/debugger/debuggerrunconfigurationaspect.h would be the place
for per-runconfiguration settinfs.
Andre'
More information about the Qt-creator
mailing list