Searched refs:ptid (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbarch.c2348 "TARGET_READ_PC(ptid)",
2349 XSTRING (TARGET_READ_PC (ptid)));
2395 "TARGET_WRITE_PC(val, ptid)",
2396 XSTRING (TARGET_WRITE_PC (val, ptid)));
2677 gdbarch_read_pc (struct gdbarch *gdbarch, ptid_t ptid) argument
2683 return gdbarch->read_pc (ptid);
2694 gdbarch_write_pc (struct gdbarch *gdbarch, CORE_ADDR val, ptid_t ptid) argument
2700 gdbarch->write_pc (val, ptid);
H A Dtop.c271 ptid_t (*target_wait_hook) (ptid_t ptid,
H A Dgnu-nat.c2604 gnu_pid_to_str (ptid_t ptid)
2607 int tid = PIDGET (ptid);
2567 gnu_pid_to_str(ptid_t ptid) argument
H A Dbreakpoint.c1801 breakpoint_thread_match (CORE_ADDR pc, ptid_t ptid)
1806 thread = pid_to_thread_id (ptid);
2608 bpstat_stop_status (CORE_ADDR bp_addr, ptid_t ptid)
2617 int thread_id = pid_to_thread_id (ptid);
1797 breakpoint_thread_match(CORE_ADDR pc, ptid_t ptid) argument
2602 bpstat_stop_status(CORE_ADDR bp_addr, ptid_t ptid) argument

Completed in 151 milliseconds

123