aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/Makefile.am
diff options
context:
space:
mode:
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>2017-02-17 16:16:51 +0100
committerMatthias Welwarsky <matthias@welwarsky.de>2019-03-08 12:54:47 +0000
commit85ba2dc4c6ab4c91f4461c2853660cc2cb9e2623 (patch)
treecc1bc366e7495346d4710a6a404f1eaa00653326 /src/rtos/Makefile.am
parent56568b7996323da8e9254cadcdd555323a76466f (diff)
downloadriscv-openocd-85ba2dc4c6ab4c91f4461c2853660cc2cb9e2623.zip
riscv-openocd-85ba2dc4c6ab4c91f4461c2853660cc2cb9e2623.tar.gz
riscv-openocd-85ba2dc4c6ab4c91f4461c2853660cc2cb9e2623.tar.bz2
rtos/hwthread: add hardware-thread pseudo rtos
This patch adds "hwthread", a pseudo rtos that represents cpu cores in an SMP system as threads to gdb. This allows to debug SMP system kernels in a more sensible manner and removes the current atrocities of switching gdb manually between CPU cores to update the context. Change-Id: Ib781c6c34097689d21d9e02011e4d74a4a742379 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com> Reviewed-on: http://openocd.zylin.com/3999 Tested-by: jenkins Reviewed-by: Tim Newsome <tim@sifive.com> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-by: Graham Sanderson <graham.sanderson@gmail.com>
Diffstat (limited to 'src/rtos/Makefile.am')
-rw-r--r--src/rtos/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtos/Makefile.am b/src/rtos/Makefile.am
index bbf66a6..38adb6e 100644
--- a/src/rtos/Makefile.am
+++ b/src/rtos/Makefile.am
@@ -17,6 +17,7 @@ noinst_LTLIBRARIES += %D%/librtos.la
%D%/mqx.c \
%D%/uCOS-III.c \
%D%/nuttx.c \
+ %D%/hwthread.c \
%D%/rtos.h \
%D%/rtos_standard_stackings.h \
%D%/rtos_ecos_stackings.h \