Searched refs:pwatch (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c1538 prwatch_t pwatch; local
1543 pwatch.pr_vaddr = (uintptr_t) procfs_address_to_host_pointer (addr);
1544 pwatch.pr_size = len;
1545 pwatch.pr_wflags = wflags;
1547 memcpy (arg.watch, &pwatch, sizeof (prwatch_t));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c1531 prwatch_t pwatch; local
1536 pwatch.pr_vaddr = (uintptr_t) procfs_address_to_host_pointer (addr);
1537 pwatch.pr_size = len;
1538 pwatch.pr_wflags = wflags;
1540 memcpy (arg.watch, &pwatch, sizeof (prwatch_t));

Completed in 238 milliseconds