zephyr/subsys/debug
Alexey Brodkin bf981135a0 OpenOCD: Make incompatible with SMP
In case of SMP (i.e. multiple execution units processing
the same list of tasks) we cannot use the same data structures for
getting data about active tasks as with just one processor (UP).

So until explicit support of SMP is added make sure we don't allow
to select both OPENOCD & SMP simultaneously.

Moreover starting from
commit a203d21962 ("kernel: remove legacy fields in _kernel")
this will lead to build-time error if MP_NUM_CPUS > 1.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2020-05-10 16:18:27 +02:00
..
asan_hacks.c
CMakeLists.txt debug: thread_analyzer: Implement thread analyzer 2020-04-28 09:11:13 -04:00
Kconfig OpenOCD: Make incompatible with SMP 2020-05-10 16:18:27 +02:00
openocd.c kernel: remove legacy fields in _kernel 2020-05-08 17:42:49 +02:00
thread_analyzer.c subsys: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00