summaryrefslogtreecommitdiff
path: root/development/cross-debug/sample.arm-gdbinit
authorsandman <sandman>2002-11-17 22:32:35 (UTC)
committer sandman <sandman>2002-11-17 22:32:35 (UTC)
commitee9696cbb7a39e0f13739ae86cd925b0f675a43c (patch) (unidiff)
treed7ce00eb2be8632c73abc4e1a83aa51823b059a0 /development/cross-debug/sample.arm-gdbinit
parent2f87d2f9155285d853b66bb08e43b275f6284226 (diff)
downloadopie-ee9696cbb7a39e0f13739ae86cd925b0f675a43c.zip
opie-ee9696cbb7a39e0f13739ae86cd925b0f675a43c.tar.gz
opie-ee9696cbb7a39e0f13739ae86cd925b0f675a43c.tar.bz2
ARM Cross-Debgging tools and a short HOWTO
Diffstat (limited to 'development/cross-debug/sample.arm-gdbinit') (more/less context) (ignore whitespace changes)
-rw-r--r--development/cross-debug/sample.arm-gdbinit19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/cross-debug/sample.arm-gdbinit b/development/cross-debug/sample.arm-gdbinit
new file mode 100644
index 0000000..9d09ace
--- a/dev/null
+++ b/development/cross-debug/sample.arm-gdbinit
@@ -0,0 +1,19 @@
1set solib-absolute-prefix /dev/null
2set solib-search-path /home/sandman/work/opie/lib:/opt/Embedix/tools/arm-linux/lib
3
4define rtz
5target remote zaurus:2345
6break main
7end
8
9define rt36
10target remote ipaq2:2345
11break main
12end
13
14
15define rt38
16target remote ipaq:2345
17break main
18end
19