aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-2/4_xds-gdb/0_abstract.md
blob: d282efa8727056c703a1a6ee0b527e102e9ed296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# xds-gdb: wrapper on gdb for XDS

`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.

Two debugging models are supported:

1. native debugging

1. XDS remote debugging requiring an XDS agent/server setup. That allows you to
    easily cross debug your application.

 By default XDS debug model is used and you need to define `XDS_NATIVE_GDB`
variable to use native gdb debug mode instead.

---

Links to subchapters :

- [Configuration](./1_config.html)
- [Build from scratch](./2_build.html)
- [Debugging](./3_debug.html)