blob: 1de9c2b037574510c57df9afd93e7075437fcf3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# xds-gdb
`xds-gdb` is a wrapper on gdb debugger for X(cross) Development System.
This tool allows you to debug an application built with an xds-server without
the need to install gdb or any cross tool.
## Documentation
Please find XDS User's Guide online at :
[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)
and `xds-gdb` advanced documentation at :
[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)
|