author | sandman <sandman> | 2002-11-17 22:32:35 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-11-17 22:32:35 (UTC) |
commit | ee9696cbb7a39e0f13739ae86cd925b0f675a43c (patch) (side-by-side diff) | |
tree | d7ce00eb2be8632c73abc4e1a83aa51823b059a0 /development/cross-debug/sample.arm-gdbinit | |
parent | 2f87d2f9155285d853b66bb08e43b275f6284226 (diff) | |
download | opie-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-gdbinit | 19 |
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 @@ +set solib-absolute-prefix /dev/null +set solib-search-path /home/sandman/work/opie/lib:/opt/Embedix/tools/arm-linux/lib + +define rtz +target remote zaurus:2345 +break main +end + +define rt36 +target remote ipaq2:2345 +break main +end + + +define rt38 +target remote ipaq:2345 +break main +end + |