OpenOCD
util.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ is_memory_regions_overlap()

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().

◆ util_init()

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().