Home
last modified time | relevance | path

Searched refs:DNBWatchpointSet (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h228 nub_bool_t DNBWatchpointSet(nub_process_t pid, nub_addr_t addr, nub_size_t size,
H A DDNB.cpp1174 nub_bool_t DNBWatchpointSet(nub_process_t pid, nub_addr_t addr, nub_size_t size, in DNBWatchpointSet() function
H A DChangeLog702 (DNBWatchpointSet): New function.
766 (DNBWatchpointSet): New function prototype.
H A DRNBRemote.cpp4071 if (DNBWatchpointSet(pid, addr, byte_size, watch_flags, hardware)) { in HandlePacket_z()