Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] how to define custom gdb in a cdt plugin?

Hi,

I'm trying to create a plugin for a custom toolchain based on gcc and
gdb and just by using xml i've created a plugin.xml that extends:
org.eclipse.cdt.managedbuilder.core.buildDefinitions. I've created a
set of tools for gcc, g++, as, ld (tools) and make (builder) and 2
projectsTypes that plug into the
exe and static lib projects. This is working but when i try to start
the debugger it always assumes my gdb to be gdb instead of cross-gdb.

Is there some place where i can learn on how to specify the default
debugger tool for my custom toolchain?

Thanks!


Back to the top