Searched refs:watchpoint_map (Results 1 – 1 of 1) sorted by relevance
78 struct watchpoint_map { struct85 watchpoint_map_is_initialized(struct watchpoint_map* map) in watchpoint_map_is_initialized() argument91 watchpoint_map_init(struct watchpoint_map* map) in watchpoint_map_init()122 watchpoint_map_resize(struct watchpoint_map* map, size_t new_capacity) in watchpoint_map_resize()152 watchpoint_map_add(struct watchpoint_map* map, struct watchpoint_entry entry) in watchpoint_map_add()169 watchpoint_map_find_remove(struct watchpoint_map* map, uintptr_t address, fiber_t fiber, struct wat… in watchpoint_map_find_remove()269 check_for_conflicts(struct watchpoint_map* map, uintptr_t current_addr, size_t current_size, enum a… in check_for_conflicts()303 static struct watchpoint_map checker_watchpoints;