diff options
author | sicarius <devnull@localhost> | 2007-02-11 19:32:03 +0100 |
---|---|---|
committer | sicarius <devnull@localhost> | 2007-02-11 19:32:03 +0100 |
commit | 56d9bdd39ed36c36e9a61411b86c76d5228b2133 (patch) | |
tree | 0cca7a63a5609f91d1912ecbde6743938c9ae5d2 /source/ct-Bot/gdb-run | |
parent | 644121b478a57772150f460c3c8cd035aa6767a2 (diff) | |
download | rc2007-soccer-56d9bdd39ed36c36e9a61411b86c76d5228b2133.tar rc2007-soccer-56d9bdd39ed36c36e9a61411b86c76d5228b2133.zip |
Added lot's of code-files used during work
Diffstat (limited to 'source/ct-Bot/gdb-run')
-rw-r--r-- | source/ct-Bot/gdb-run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/ct-Bot/gdb-run b/source/ct-Bot/gdb-run new file mode 100644 index 0000000..202d458 --- /dev/null +++ b/source/ct-Bot/gdb-run @@ -0,0 +1,5 @@ +file /home/cttest/.eclipse/ct-Bot/Debug-MCU-Linux/ct-Bot.elf +target remote localhost:1212 +load +break main +continue |