Update GOPATH in VSCode project (now in gerrit)
[src/xds/xds-gdb.git] / README.md
1 # xds-gdb
2
3 `xds-gdb` is a wrapper on gdb debugger for X(cross) Development System.
4
5 This tool allows you to debug an application built with an xds-server without
6 the need to install gdb or any cross tool.
7
8 ## Documentation
9
10 Please find XDS User's Guide online at :
11
12 [http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide](http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide)
13
14 and `xds-gdb` advanced documentation at :
15
16 [http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-2/4_xds-gdb.html](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-2/4_xds-gdb.html)