X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=1de9c2b037574510c57df9afd93e7075437fcf3e;hb=b79e2a08a58bef2121463ecaa8e902be7850ccc7;hp=389c03df8f9c06aded509b495e4e81c5ca23e720;hpb=60974e66c57cacdc2483d74718c4bb0a993d2183;p=src%2Fxds%2Fxds-gdb.git diff --git a/README.md b/README.md index 389c03d..1de9c2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -xds-gdb: wrapper on gdb for XDS -================================= +# 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 : + +[http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide](http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide) + +and `xds-gdb` advanced documentation at : + +[http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-2/4_xds-gdb.html](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-2/4_xds-gdb.html)