Function report |
Source Code:arch\x86\kernel\kgdb.c |
Create Date:2022-07-28 08:40:38 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sleeping_thread_to_gdb_regs - Convert ptrace regs to GDB regs*@gdb_regs: A pointer to hold the registers in the order GDB wants.*@p: The &struct task_struct of the desired process.* Convert the register values of the sleeping process in @p to
Proto:void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned long * | gdb_regs | |
| struct task_struct * | p |
| 155 | gdb_regs[GDB_DS] = __KERNEL_DS |
| 156 | gdb_regs[GDB_ES] = __KERNEL_DS |
| 159 | gdb_regs[GDB_SS] = __KERNEL_DS |
| Name | Describe |
|---|---|
| gdb_get_regs_helper |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |