diff options
Diffstat (limited to 'docs/manual/using-buildroot-debugger.txt')
-rw-r--r-- | docs/manual/using-buildroot-debugger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/using-buildroot-debugger.txt b/docs/manual/using-buildroot-debugger.txt index 962ecf7a63..b5063ca94c 100644 --- a/docs/manual/using-buildroot-debugger.txt +++ b/docs/manual/using-buildroot-debugger.txt @@ -1,7 +1,7 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: -=== Using +gdb+ in Buildroot +==== Using +gdb+ in Buildroot Buildroot allows to do cross-debugging, where the debugger runs on the build machine and communicates with +gdbserver+ on the target to |