Components ProDG (software)
1 components
1.1 compiler
1.2 linker
1.3 assemblers
1.4 debugger
1.5 visual studio integration
1.6 target manager
components
compiler
from 2004 suite included sn systems compiler, snc, tailored specific hardware requirements, rather derivative of compiler provided console manufacturer, variant of gnu compiler collection. snc compiler designed improve code generation, reduce size of debug data, provide console specific intrinsic functions , provide greater control in respect of program layout.
linker
the linker allowed flexibility object code management , creation of dynamic linked libraries , overlays. identified , removed unused code , data.
assemblers
assemblers additional, hardware specific instructions provided processors.
debugger
the debugger designed specific target console. windows customizable , colour-coded , debug information organized logically processor. multiple target views including cpu registers, memory, disassembly, source, local variables , watch points supported. included colour-coded display of printf streams optional auto-wrapping , configurable scrollback buffer sizes, templated registers pane supporting user-defined layouts.
visual studio integration
all toolchain command-line switches added project / settings dialog in visual studio. projects generated using custom app wizards, code edited, compiled , built in visual studio.
visual studio integration provided seamless edit/build/debug cycle including, access visual studio features project, such build dependencies, browse information, , intellisense features when editing c , c++ source.
target manager
managed connections multiple development hardware kits on network, allowing simultaneous debug sessions , sharing between teams of developers. target manager api provided target control writing plug-ins , custom tools
Comments
Post a Comment