Home
last modified time | relevance | path

Searched refs:watch_address (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c253 static char *watch_address = NULL; variable
259 watch_address = addr; in watch_set()
266 char *p = watch_address; in watch_dump()
269 if (watch_address == NULL || watch_length == 0) in watch_dump()
272 printf("%d: watch %p len %d\n",v,watch_address,watch_length); in watch_dump()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp205 Address watch_address(GetLoadAddress()); in CaptureWatchedValue() local
216 watch_address, m_type); in CaptureWatchedValue()
228 Address watch_address(GetLoadAddress()); in WatchedValueReportable() local
231 watch_address, m_type); in WatchedValueReportable()