Lines Matching defs:address
94 proc_bkptset(struct proc_handle *phdl, uintptr_t address,
108 DPRINTFX("adding breakpoint at 0x%lx", (unsigned long)address);
122 piod.piod_offs = (void *)address;
126 DPRINTF("ERROR: couldn't read instruction at address 0x%jx",
127 (uintmax_t)address);
133 * Write a breakpoint instruction to that address.
137 piod.piod_offs = (void *)address;
141 DPRINTF("ERROR: couldn't write instruction at address 0x%jx",
142 (uintmax_t)address);
156 proc_bkptdel(struct proc_handle *phdl, uintptr_t address,
169 DPRINTFX("removing breakpoint at 0x%lx", (unsigned long)address);
183 piod.piod_offs = (void *)address;
187 DPRINTF("ERROR: couldn't write instruction at address 0x%jx",
188 (uintmax_t)address);
201 * address, i.e. at the BREAKPOINT_INSTR address.