diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-05-05 11:25:51 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-05 13:44:28 +0200 |
commit | 1614bf6be7766271f69bea245b37972802e13395 (patch) | |
tree | 809f05aac57a34ffe76ea9df78641652737984b2 /docs/manual/advanced.txt | |
parent | 7130ceb267b587b97fb5baa005521709e2b415d1 (diff) | |
download | buildroot-1614bf6be7766271f69bea245b37972802e13395.tar.gz buildroot-1614bf6be7766271f69bea245b37972802e13395.zip |
docs/manual: document how to use the cross debugger
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[ThomasDS: some rewording, add <buildroot> path prefix in example]
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/advanced.txt')
-rw-r--r-- | docs/manual/advanced.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/advanced.txt b/docs/manual/advanced.txt index 0ad79f7b1b..05c5242453 100644 --- a/docs/manual/advanced.txt +++ b/docs/manual/advanced.txt @@ -5,6 +5,8 @@ include::using-buildroot-toolchain.txt[] +include::using-buildroot-debugger.txt[] + include::ccache-support.txt[] include::download-location.txt[] |