Add working GDB remote debug server.
[fw/stlink] / README
1 HOWTO
2 =====
3
4 To run the gdb server, do (you do not need sudo if you have
5 set up permissions correctly):
6 $ make -C build && sudo ./build/st-util 1234 /dev/sg1
7
8 Then, in gdb:
9 (gdb) target remote :1234
10
11 Have fun!
12
13 Caveats
14 =======
15
16 `continue' GDB command does not work: target does not step at
17 all or steps with a turtle speed. Looks like there's something
18 wrong with SCSI requests.