Home | History | Annotate | Download | only in linux-gnu

Lines Matching defs:ip

328    breakpoint where IP points and let the process continue.  After
333 arch_addr_t ip = get_instruction_pointer(proc);
335 if (DICT_FIND_VAL(proc->leader->breakpoints, &ip, &found) < 0) {
336 insert_breakpoint_at(proc, ip, NULL);
378 /* Before we detach, we need to make sure that task's IP is on the
470 * breakpoint (and therefore potentially doesn't have aligned IP),
774 arch_addr_t ip
777 = address2bpstruct(leader, ip);