|
OpenOCD
|

Go to the source code of this file.
Functions | |
| bool | is_memory_regions_overlap (target_addr_t start1, unsigned int size1, target_addr_t start2, unsigned int size2) |
| int | util_init (struct command_context *cmd_ctx) |
| bool is_memory_regions_overlap | ( | target_addr_t | start1, |
| unsigned int | size1, | ||
| target_addr_t | start2, | ||
| unsigned int | size2 | ||
| ) |
Definition at line 44 of file util.c.
Referenced by breakpoint_add_internal().
| int util_init | ( | struct command_context * | cmd_ctx | ) |
Definition at line 39 of file util.c.
References NULL, register_commands(), and util_command_handlers.
Referenced by openocd_main().