fix: M核添加维测接口

【背景】M核添加维测接口

【修改方案】
1, 添加任务栈dump接口
2, 添加中断dump接口
3, 添加任务调度流程dump
【影响】
对现有的产品编译不会有影响。
re #I5644Y
Signed-off-by: wangchen <wangchen64@huawei.com>
This commit is contained in:
wangchen
2022-05-06 09:10:30 +00:00
parent 03b4650a16
commit fb740f9b23
21 changed files with 920 additions and 22 deletions

1
components/debugtools/los_debugtools.h Executable file → Normal file
View File

@@ -44,6 +44,7 @@ extern "C" {
/* Shell Callback */
extern UINT32 OsShellCmdStackDump(INT32 argc, const CHAR **argv);
extern UINT32 OsShellCmdHwiDump(INT32 argc, const CHAR **argv);
/* other module Callback */