6f8aa160bdf2f92c9e9d0735cea33544b84923f8
[AGL/documentation.git] / docs / ATTIC / 3_Developer_Guides / 4_X(cross)_Development_System:_User's_Guide / 4_X(cross)_Development_System:_ Internals / 3.4.4.5_xds-gdb / 3.4.4.5.0_Abstract.md
1 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/xds-docs-guides-devguides-book.yml -->
2
3 # xds-gdb: wrapper on gdb for XDS
4
5 `xds-gdb` is a wrapper on gdb debugger for X(cross) Development System.
6
7 This tool allows you to debug an application built with an xds-server without
8 the need to install gdb or any cross tool.
9
10 Two debugging models are supported:
11
12 1. native debugging
13
14 1. XDS remote debugging requiring an XDS agent/server setup. That allows you to
15     easily cross debug your application.
16
17  By default XDS debug model is used and you need to define `XDS_NATIVE_GDB`
18 variable to use native gdb debug mode instead.
19
20 ---
21
22 Links to subchapters :
23
24 - [Build from scratch](./1_build.html)
25 - [Configuration](./2_config.html)
26 - [Debugging](./3_debug.html)