Files
lk/arch
Brian Swetland e21e81f24d [arch][arm-m] debugger info
Use the reserved cortex-m vectors 8 and 9 for a magic cookie and
pointer to a debugger info structure.  This structure contains
pointers to the threadlist, the current thread pointer, and
offsets to important members of the thread structure.  With
this information, an attached debugger can walk the threadlist
and obtain state, name, registers, etc for each thread.

Use global define WITH_DEBUGGER_INFO to enable this.
2015-07-09 17:39:25 -07:00
..
2015-07-09 17:39:25 -07:00
2015-06-03 15:58:55 -07:00