Comment 5 for bug 1517257

Revision history for this message
Martin Pitt (pitti) wrote :

> some env var to specify the gdb plugin dir

That seems to be it:
(gdb) show data-directory
GDB's data directory is "/usr/share/gdb".

so we can add that to the gdb invocation (gdb_cmd in add_gdb_info()).