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' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
