Home
last modified time | relevance | path

Searched defs:ptid (Results 1 – 25 of 40) sorted by relevance

12

/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dptid.c31 ptid_t ptid; in ptid_build() local
50 ptid_get_pid (ptid_t ptid) in ptid_get_pid()
58 ptid_get_lwp (ptid_t ptid) in ptid_get_lwp()
66 ptid_get_tid (ptid_t ptid) in ptid_get_tid()
84 ptid_is_pid (ptid_t ptid) in ptid_is_pid()
H A Dptid.h41 struct ptid struct
53 typedef struct ptid ptid_t; argument
H A Dlinux-btrace.h44 ptid_t ptid; member
H A Dlinux-btrace.c446 linux_enable_btrace (ptid_t ptid) in linux_enable_btrace()
588 linux_enable_btrace (ptid_t ptid) in linux_enable_btrace()
H A Dagent.c215 ptid_t ptid = ptid_build (pid, tid, 0); in agent_run_command() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dthread.c164 new_thread (ptid_t ptid) in new_thread()
183 add_thread_silent (ptid_t ptid) in add_thread_silent()
234 add_thread_with_info (ptid_t ptid, struct private_thread_info *private) in add_thread_with_info()
248 add_thread (ptid_t ptid) in add_thread()
256 delete_thread_1 (ptid_t ptid, int silent) in delete_thread_1()
311 delete_thread (ptid_t ptid) in delete_thread()
317 delete_thread_silent (ptid_t ptid) in delete_thread_silent()
336 find_thread_ptid (ptid_t ptid) in find_thread_ptid()
402 pid_to_thread_id (ptid_t ptid) in pid_to_thread_id()
425 in_thread_list (ptid_t ptid) in in_thread_list()
[all …]
H A Dinline-frame.c41 ptid_t ptid; member
98 allocate_inline_frame_state (ptid_t ptid) in allocate_inline_frame_state()
114 clear_inline_frame_state (ptid_t ptid) in clear_inline_frame_state()
303 skip_inline_frames (ptid_t ptid) in skip_inline_frames()
352 step_into_inline_frame (ptid_t ptid) in step_into_inline_frame()
365 inline_skipped_frames (ptid_t ptid) in inline_skipped_frames()
379 inline_skipped_symbol (ptid_t ptid) in inline_skipped_symbol()
H A Dinf-ptrace.c328 inf_ptrace_stop (ptid_t ptid) in inf_ptrace_stop()
344 ptid_t ptid, int step, enum gdb_signal signal) in inf_ptrace_resume()
384 ptid_t ptid, struct target_waitstatus *ourstatus, int options) in inf_ptrace_wait()
616 inf_ptrace_thread_alive (struct target_ops *ops, ptid_t ptid) in inf_ptrace_thread_alive()
635 inf_ptrace_pid_to_str (struct target_ops *ops, ptid_t ptid) in inf_ptrace_pid_to_str()
H A Dbsd-uthread.c350 ptid_t ptid, struct target_waitstatus *status, int options) in bsd_uthread_wait()
400 ptid_t ptid, int step, enum gdb_signal sig) in bsd_uthread_resume()
408 bsd_uthread_thread_alive (struct target_ops *ops, ptid_t ptid) in bsd_uthread_thread_alive()
439 ptid_t ptid = ptid_build (pid, 0, addr); in bsd_uthread_find_new_threads() local
504 bsd_uthread_pid_to_str (struct target_ops *ops, ptid_t ptid) in bsd_uthread_pid_to_str()
H A Dravenscar-thread.c175 ravenscar_resume (struct target_ops *ops, ptid_t ptid, int step, in ravenscar_resume()
185 ravenscar_wait (struct target_ops *ops, ptid_t ptid, in ravenscar_wait()
250 ravenscar_thread_alive (struct target_ops *ops, ptid_t ptid) in ravenscar_thread_alive()
257 ravenscar_pid_to_str (struct target_ops *ops, ptid_t ptid) in ravenscar_pid_to_str()
H A Dbsd-kvm.c315 ptid_t ptid) in bsd_kvm_thread_alive()
321 bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid) in bsd_kvm_pid_to_str()
H A Dtarget.c1152 ptid_t ptid = inferior_ptid; in target_translate_tls_address() local
2638 target_wait (ptid_t ptid, struct target_waitstatus *status, int options) in target_wait()
2672 target_pid_to_str (ptid_t ptid) in target_pid_to_str()
2700 target_resume (ptid_t ptid, int step, enum gdb_signal signal) in target_resume()
3241 target_thread_address_space (ptid_t ptid) in target_thread_address_space()
3590 default_thread_architecture (struct target_ops *ops, ptid_t ptid) in default_thread_architecture()
3653 ptid_t ptid; in generic_mourn_inferior() local
3687 normal_pid_to_str (ptid_t ptid) in normal_pid_to_str()
3696 dummy_pid_to_str (struct target_ops *ops, ptid_t ptid) in dummy_pid_to_str()
3811 target_thread_alive (ptid_t ptid) in target_thread_alive()
[all …]
H A Dremote.c1502 remote_add_thread (ptid_t ptid, int running) in remote_add_thread()
1591 demand_private_info (ptid_t ptid) in demand_private_info()
1737 set_thread (struct ptid ptid, int gen) in set_thread()
1766 set_general_thread (struct ptid ptid) in set_general_thread()
1772 set_continue_thread (struct ptid ptid) in set_continue_thread()
1806 remote_thread_alive (struct target_ops *ops, ptid_t ptid) in remote_thread_alive()
1951 write_ptid (char *buf, const char *endbuf, ptid_t ptid) in write_ptid()
2565 ptid_t ptid = ptid_build (pid, 0, threadref_to_int (ref)); in remote_newthread_step() local
2602 ptid_t ptid; member
3282 ptid_t ptid = null_ptid; in add_current_inferior_and_thread() local
[all …]
H A Dcorelow.c235 ptid_t ptid; in add_to_thread_list() local
856 core_thread_alive (struct target_ops *ops, ptid_t ptid) in core_thread_alive()
877 core_pid_to_str (struct target_ops *ops, ptid_t ptid) in core_pid_to_str()
H A Dregcache.c208 ptid_t ptid; member
453 get_thread_arch_aspace_regcache (ptid_t ptid, struct gdbarch *gdbarch, in get_thread_arch_aspace_regcache()
476 get_thread_arch_regcache (ptid_t ptid, struct gdbarch *gdbarch) in get_thread_arch_regcache()
497 get_thread_regcache (ptid_t ptid) in get_thread_regcache()
547 registers_changed_ptid (ptid_t ptid) in registers_changed_ptid()
H A Dinfrun.c1097 ptid_t ptid; member
1315 displaced_step_prepare (ptid_t ptid) in displaced_step_prepare()
1431 write_memory_ptid (ptid_t ptid, CORE_ADDR memaddr, in write_memory_ptid()
1445 ptid_t ptid) in displaced_step_restore()
1509 ptid_t ptid; in displaced_step_fixup() local
2410 ptid_t ptid; member
2448 ptid_t ptid = * (ptid_t *) arg; in infrun_thread_stop_requested_callback() local
2498 infrun_thread_stop_requested (ptid_t ptid) in infrun_thread_stop_requested()
2909 context_switch (ptid_t ptid) in context_switch()
7013 ptid_match (ptid_t ptid, ptid_t filter) in ptid_match()
H A Di386dfly-nat.c42 ptid_t ptid, int step, enum gdb_signal signal) in i386dfly_resume()
H A Damd64bsd-nat.c136 amd64bsd_dr_get (ptid_t ptid, int regnum) in amd64bsd_dr_get()
H A Dada-lang.h123 ptid_t ptid; member
H A Di386bsd-nat.c267 i386bsd_dr_get (ptid_t ptid, int regnum) in i386bsd_dr_get()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-continueevent.c36 emit_continue_event (ptid_t ptid) in emit_continue_event()
H A Dpy-inferior.c100 python_on_resume (ptid_t ptid) in python_on_resume()
192 find_thread_object (ptid_t ptid) in find_thread_object()
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c249 kgdb_trgt_pid_to_str(struct target_ops *target_ops __unused, ptid_t ptid) in kgdb_trgt_pid_to_str()
255 kgdb_trgt_thread_alive(struct target_ops *target_ops __unused, ptid_t ptid) in kgdb_trgt_thread_alive()
H A Dkthr.c280 kgdb_thr_pid_to_str(ptid_t ptid) in kgdb_thr_pid_to_str()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c713 ptid_t *ptid = arg; in mi_output_running_pid() local
736 mi_on_resume (ptid_t ptid) in mi_on_resume()

12