Function report |
Source Code:arch\x86\kernel\hw_breakpoint.c |
Create Date:2022-07-28 07:45:36 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Decode the length and type bits for a particular breakpoint as* stored in debug register 7. Return the "enabled" status.
Proto:int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned long | dr7 | |
| int | bpnum | |
| unsigned * | len | |
| unsigned * | type |
| 82 | Return dr7 >> bpnum * 2 enable bits per register & 0x3 |
| Name | Describe |
|---|---|
| ptrace_write_dr7 | Handle ptrace writes to debug register 7. |
| 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 |