summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sonymobile.com>2014-09-04 21:18:32 -0700
committerJason Wessel <jason.wessel@windriver.com>2014-09-11 17:25:33 -0500
commit3372e876e5942618f5dae279523f5b187667cf3e (patch)
tree70a8f993006d7d50574a04bb07c229fe3dc14385
parent36fff68356fee861eaccab50cfef1efd7dac92ef (diff)
downloadagent-proxy-3372e876e5942618f5dae279523f5b187667cf3e.tar.gz
kgdb: agent-proxy: initial version of kdmx README
Initial version of kdmx README Signed-off-by: Frank Rowand <frank.rowand@sonymobile.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
-rw-r--r--kdmx/README-KDMX.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/kdmx/README-KDMX.txt b/kdmx/README-KDMX.txt
new file mode 100644
index 0000000..5ed93b6
--- /dev/null
+++ b/kdmx/README-KDMX.txt
@@ -0,0 +1,13 @@
+kdmx is a program designed to split GDB packets and other trafic coming
+from a target on a serial line into 2 separate pseudo-ttys.
+
+The most common use of this is to run kgdb and console on a single serial
+port, but should be usable for alternating gdbserver or console over a serial
+line as well.
+
+To exit from kdmx, kill the program or issue a control-c.
+
+Full usage information can be obtained from:
+
+ make
+ ./kdmx -h