From 2456433df46ae99dfbcec6260d14e592b5823c83 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 21 Oct 2019 02:53:14 +0000 Subject: tests: DEBUG=gdb[server]-all to debug worker(s) Type: test Signed-off-by: Dave Wallace Change-Id: I0264451632c1ce780b38a2c15a7e34350fc6d521 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Makefile') 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) -- cgit 1.2.3-korg