zephyr/arch/arc
Juan Manuel Cruz d151776e59 debug: thread monitor allow to access more thread information
The thread monitor allows to iterate over the thread context
structures for each existing thread (fiber/task) in the system.

Thread context structures do not expose thread entry information
directly. Although all the information can be scavenged from memory
stacks. Besides, accessing the information depends on the stack
implementation for each architecture.

By extending the tcs we allow a direct access to the thread
entry point and its parameters, only when thread monitor is
enabled.

It also allows a task to access its kernel task structure
through the first parameter of the thread.

This allows a debugger application to access the information directly
from the thread context structures list.

Change-Id: I0a435942b80eddffdf405016ac4056eb7aa1239c
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
2016-03-11 22:11:39 +00:00
..
core debug: thread monitor allow to access more thread information 2016-03-11 22:11:39 +00:00
include debug: thread monitor allow to access more thread information 2016-03-11 22:11:39 +00:00
soc/quark_se_ss arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
Kbuild build: fix issue with static interrupts on ARC/ARM 2016-02-05 20:25:25 -05:00
Kconfig arc: remove CONFIG_SW_ISR_TABLE_BSP 2016-03-08 09:58:20 -08:00
Makefile Move compiler optimization to the SoC 2016-02-05 20:25:29 -05:00
defconfig kconfig: ram size/start are set in platform Kconfig 2016-02-05 20:25:15 -05:00