函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\debug_core.c Create Date:2022-07-27 12:41:56
Last Modify:2020-03-17 19:04:10 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kgdb_panic

函数原型:void kgdb_panic(const char *msg)

返回类型:void

参数:

类型参数名称
const char *msg
932  如果非All the KGDB handlers are installed 则返回
940  如果panic_timeout则返回
943  如果Use kdb or gdbserver mode kdb_printf("PANIC: %s\n", msg)
946  kgdb_breakpoint - generate breakpoint exception* This function will generate a breakpoint exception. It is used at the* beginning of a program to sync up with a debugger and can be used* otherwise as a quick means to stop program execution and "break" into