Function report | 
Source Code:kernel\debug\kdb\kdb_bp.c | 
Create Date:2022-07-28 11:44:16 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:kdb_bc* Handles the 'bc', 'be', and 'bd' commands* [bd|bc|be] <breakpoint-number>* [bd|bc|be] ** Parameters:* argc Count of arguments in argv* argv Space delimited command line arguments* Outputs:* None
Proto:static int kdb_bc(int argc, const char **argv)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| int | argc | |
| const char ** | argv | 
| 382 | highbp = 0 | 
| 383 | done = 0 | 
| 385 | diag = 0 | 
| 396 | 
Else  cmd = kdb_bc* Handles the 'bc', 'be', and 'bd' commands* [bd|bc|be]  | 
| 399 | If argc != 1 Then Return KDB_ARGCOUNT | 
| 403 | lowbp = 0 | 
| 405 | Else | 
| 418 | Else | 
| 437 | If This entry is available Then Continue | 
| 440 | done++ | 
| 444 | Breakpoint is active in register = 0 | 
| 446 | kdb_printf("Breakpoint %d at "kdb_bfd_vma_fmt" cleared\n", i, Address breakpoint is present at ) | 
| 450 | Address breakpoint is present at = 0 | 
| 451 | This entry is available = 1 | 
| 453 | Break | 
| 455 | Breakpoint is active in register = 1 | 
| 457 | kdb_printf("Breakpoint %d at "kdb_bfd_vma_fmt" enabled", i, Address breakpoint is present at ) | 
| 461 | kdb_printf("\n") | 
| 462 | Break | 
| 464 | If Not Breakpoint is active in register Then Break | 
| 467 | Breakpoint is active in register = 0 | 
| 469 | kdb_printf("Breakpoint %d at "kdb_bfd_vma_fmt" disabled\n", i, Address breakpoint is present at ) | 
| 473 | Break | 
| 476 | Do delayed bp handling = 0 | 
| 477 | KDB_STATE_CLEAR(SSBPT) | 
| 481 | Return If Not done Then KDB_BPTNOTFOUND Else 0 | 
| 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  |