Hi,

i'm trying to remote debug an application.
Host is Ubuntu 16.04 with gdb-multiarch (7.11.1)
Client is an embedded ARM device running gdbserver (7.6.1 from ptxdist).

I do a "set sysroot .../ptxdist/platform-dev/root".

When i run gdb on the host, i can attach to the app on
the client and set breakpoints. But when i try to list
the source or to single step, it does not work.

Source list always shows:
1    dl-debug.c: Datei oder Verzeichnis nicht gefunden.

And single step complains about missing line number information.

What am i doing wrong?

Thanks