Jlink GdbServer with remote Gdb and DDD doesn't work

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Jlink GdbServer with remote Gdb and DDD doesn't work

    On one side I have a PC with XP running the gdbserver and the target connected throught the JLINK probe.
    On the other side I have a PC with Linux running DDD on top of gdb.

    I can see the connection between the gdb on Linux talks to the dgbserver on XP but when I double click on the source code in DDD , I don't see any breakpoint set on the gdbserver side.

    I've noticed that in the control panel the breakpoint setting in not green, does this mean I cannot set any breakpoint in flash ? It works when I use the Jlink commander ...

    Thanks
  • Could you kindly tell the output file type. If the target is other than i386, you might have used cross tool chain to generate the output.

    I generated test.bin and test.out files and loading into target using load command. But I cannot set break points and execute the code.

    Kindly provide the pointer about output file generation and used .gdbinit file.

    Regards.