From 9b299ed8b8a900a01a1e4c1b2944165228cfce20 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 May 2019 12:22:59 -0700 Subject: XDS Debug Configuration "master" minor edits. Amended to remove the # part of the link to the GDB debugging web page. I want the user to be placed at the top of that page and not in the middle. Signed-off-by: Scott Rifenbark Change-Id: I5cb21ab6ddf7eebc01bba937e9f153c2c4e3982d Signed-off-by: Scott Rifenbark --- docs/part-1/debug-configuration.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/part-1/debug-configuration.md b/docs/part-1/debug-configuration.md index af0d762..c87a72f 100644 --- a/docs/part-1/debug-configuration.md +++ b/docs/part-1/debug-configuration.md @@ -15,10 +15,13 @@ You can set these variables using a number of methods: - A "user" configuration file located in one of the following areas, which are order-dependent: - 1. $(CURRENT_DIRECTORY)/.xds-gdb.env - 1. $(CURRENT_DIRECTORY)/../xds-gdb.env - 1. $(CURRENT_DIRECTORY)/target/xds-gdb.env - 1. $(HOME)/.config/xds/xds-gdb.env + 1. `$(CURRENT_DIRECTORY)/.xds-gdb.env` + + 1. `$(CURRENT_DIRECTORY)/../xds-gdb.env` + + 1. `$(CURRENT_DIRECTORY)/target/xds-gdb.env` + + 1. `$(HOME)/.config/xds/xds-gdb.env` ## Configuration Variables @@ -50,7 +53,7 @@ described in the previous section. - `XDS_SDK_ID` *(mandatory in XDS mode)* - Cross Sdk ID to use to build project + Cross SDK ID to use to build project - `XDS_AGENT_URL` @@ -98,7 +101,7 @@ and providing the name of the init file. **NOTES:** - For information on debugging with GDB, see - "[Debugging with GDB](https://www.sourceware.org/gdb/onlinedocs/gdb.html#index-_002d_002dcommand)". + "[Debugging with GDB](https://www.sourceware.org/gdb/onlinedocs/gdb.html)". - For information on GDB init files, see "[Command files](https://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_node/gdb_190.html)". -- cgit 1.2.3-korg