aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-10-21 02:53:14 +0000
committerFlorin Coras <florin.coras@gmail.com>2019-10-22 16:30:51 +0000
commit2456433df46ae99dfbcec6260d14e592b5823c83 (patch)
tree1d095e27c3c935df78c62b3fd664ab2f2aa2e33e /test/Makefile
parent78af0a8c5ff1a33ff8dccb1b2ea6ffadb8ef7b62 (diff)
tests: DEBUG=gdb[server]-all to debug worker(s)
Type: test Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I0264451632c1ce780b38a2c15a7e34350fc6d521
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 025f8651281..abc611c44d9 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -19,6 +19,10 @@ ifeq ($(DEBUG),gdb)
FORCE_FOREGROUND=1
else ifeq ($(DEBUG),gdbserver)
FORCE_FOREGROUND=1
+else ifeq ($(DEBUG),gdb-all)
+FORCE_FOREGROUND=1
+else ifeq ($(DEBUG),gdbserver-all)
+FORCE_FOREGROUND=1
else ifeq ($(DEBUG),core)
FORCE_FOREGROUND=1
else ifeq ($(STEP),yes)