list breakpoints */
| 285 | |
| 286 | /* list breakpoints */ |
| 287 | void |
| 288 | db_listbreak_cmd(db_expr_t dummy1, bool dummy2, db_expr_t dummy3, char *dummy4) |
| 289 | { |
| 290 | db_list_breakpoints(); |
| 291 | } |
| 292 | |
| 293 | /* |
| 294 | * We want ddb to be usable before most of the kernel has been |
nothing calls this directly
no test coverage detected