I'm using CLion in order to connect to remote gdbserver
which is run on remote machine (via ssh port forwarding).
I't works quite well except one thing, it downloads all linked dependencies every time I connect to gdbserver
:
So, I could not find out is there any flag to pass in gdb remote
to cache such files.