Function report | 
Source Code:kernel\debug\kdb\kdb_support.c | 
Create Date:2022-07-28 11:43:15 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:kdb_putword - Write a binary value. Unlike kdb_putarea, this* treats data as numbers.* Inputs:* addr Address of the area to write to..* word The value to set.* size Size of the area.* Returns:* 0 for success, < 0 for error.
Proto:int kdb_putword(unsigned long addr, unsigned long word, size_t size)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned long | addr | |
| unsigned long | word | |
| size_t | size | 
| 510 | Case size == 1 | 
| 514 | Case size == 2 | 
| 518 | Case size == 4 | 
| 522 | Case size == 8 | 
| 529 | Default | 
| 530 | diag = KDB_BADWIDTH | 
| 531 | kdb_printf("kdb_putword: bad width %ld\n", (long)size) | 
| 533 | Return diag | 
| Name | Describe | 
|---|---|
| kdb_mm | kdb_mm - This function implements the 'mm' command.* mm address-expression new-value* Remarks:* mm works on machine words, mmW works on bytes. | 
| 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  |