Files
mckernel/kernel
Dominique Martinet 3185334c1c debug messages: implement dynamic debug
Heavily inspired off linux kernel's dynamic debug:
 * add a /sys/kernel/debug/dynamic_debug/control file
 (accessible from linux side in /sys/class/mcos/mcos0/sys/kernel/debug/dynamic_debug/control)
 * read from file to list debug statements (currently limited to 4k in size)
 * write to file with '[file foo ][func bar ][line [x][-[y]]] [+-]p' to change values

Side effects:
 * reindented all linker scripts, there is a new __verbose section
 * added string function strpbrk

Change-Id: I36d7707274dcc3ecaf200075a31a2f0f76021059
2018-07-26 14:16:31 +09:00
..
2018-07-26 14:16:31 +09:00
2014-03-30 16:14:19 +09:00
2018-07-26 14:16:31 +09:00
2018-07-26 14:16:31 +09:00
2016-03-08 15:19:03 +09:00
2018-07-26 03:26:25 +00:00
2013-06-06 11:53:30 -05:00
2018-07-26 14:16:31 +09:00
2017-09-04 08:53:32 +09:00