函数逻辑报告 | 
Source Code:kernel\debug\kdb\kdb_bt.c | 
Create Date:2022-07-27 12:48:12 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:kdb_bt* This function implements the 'bt' command
函数原型:static int kdb_bt1(struct task_struct *p, unsigned long mask, bool btaprompt)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct task_struct * | p | |
| unsigned long | mask | |
| bool | btaprompt | 
| 85 | kdb_printf("Stack traceback for pid %d\n", 进程ID) | 
| 87 | kdb_show_stack(p, NULL) | 
| 88 | 如果btaprompt则 | 
| 89 | kdb_printf("Enter <q> to end, <cr> or <space> to continue:") | 
| 90 | 循环 | 
| 92 | 当非strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for循环 | 
| 93 | kdb_printf("\n") | 
| 96 | kdb_nextline等于1 | 
| 98 | 如果ch恒等于'q'则返回:1 | 
| 102 | 返回:0 | 
| 名称 | 描述 | 
|---|---|
| kdb_bt_cpu | |
| kdb_bt | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |