blob: d9bc89ab3fbd1748076e81d43f3d6d1a35c3ff0a (
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 :
[https://docs.automotivelinux.org/docs/en/master/devguides/#xcross-development-system-user's-guide](https://docs.automotivelinux.org/docs/en/master/devguides/#xcross-development-system-user's-guide)
and `xds-gdb` advanced documentation at :
[https://docs.automotivelinux.org/docs/en/master/devguides/reference/xds/part-2/4_xds-gdb/0_abstract.html](https://docs.automotivelinux.org/docs/en/master/devguides/reference/xds/part-2/4_xds-gdb/0_abstract.html)
|