smp: move sub-command "smp_gdb" in file smp.c
commit84a2cab596a0621fab3424c72b43280ccdc240c2
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 7 Mar 2019 21:34:29 +0000 (7 22:34 +0100)
committerMatthias Welwarsky <matthias@welwarsky.de>
Wed, 27 Mar 2019 08:56:07 +0000 (27 08:56 +0000)
tree4db99b1e13f7ad3b35a4ad8590d97a81b54aa549
parent246782229f8f7536bee66322dbe7f366b85628ec
smp: move sub-command "smp_gdb" in file smp.c

The code for this command is currently replicated in cortex_a and
in mips_m4k and is going to be added again for cortex_m.
Plus, it is going to be obsoleted by the HW thread pseudo RTOS.

Consolidate in smp.c a single instance of the command. This will
simplify both obsoleting it and adding it to cortex_m, whatever
change comes first.

Change-Id: I03cd857e21fa3f7202fdcee36bcbd5aae30a609d
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4991
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
src/target/cortex_a.c
src/target/mips_m4k.c
src/target/smp.c