If the toolchain is based on gcc and the gdb debugger, then probably yes. Just use eclipse with CDT, set up a cross-compilation project, enter the toolchain prefix (for example, arm-eabi or something else), etc .... When using compiled use create the “gdb hardware debugging” startup configuration, enter the correct command gdb to use (maybe something-gdb), and you'll probably be fine.
source share