| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-continueevent.c | 26 thread specific (in which case the PTID thread is included in the 27 event), otherwise it is process wide (in which case PTID is 31 create_continue_event_object (ptid_t ptid) 33 gdbpy_ref<> py_thr = py_get_event_thread (ptid); 47 emit_continue_event (ptid_t ptid) 52 gdbpy_ref<> event = create_continue_event_object (ptid);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-gdbthread.h | 26 ptid_t ptid);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-continueevent.c | 26 thread specific (in which case the PTID thread is included in the 27 event), otherwise it is process wide (in which case PTID is 31 create_continue_event_object (ptid_t ptid) 33 gdbpy_ref<> py_thr = py_get_event_thread (ptid); 47 emit_continue_event (ptid_t ptid) 52 gdbpy_ref<> event = create_continue_event_object (ptid);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-gdbthread.h | 26 ptid_t ptid);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-bsd-nat.c | 40 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, 47 return ptrace (request, ptid.pid (), addr, ptid.lwp ()); 49 pid_t pid = get_ptrace_pid (ptid); 61 ptid_t ptid = regcache->ptid (); 67 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) 79 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 93 ptid_t ptid = regcache->ptid (); 60 ptid_t ptid = regcache->ptid (); local 92 ptid_t ptid = regcache->ptid (); local [all...] |
| x86-bsd-nat.c | 41 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr) 46 return ptrace (request, ptid.pid (), addr, ptid.lwp ()); 48 pid_t pid = get_ptrace_pid (ptid); 65 x86bsd_dr_get (ptid_t ptid, int regnum) 69 if (gdb_ptrace (PT_GETDBREGS, ptid, (PTRACE_TYPE_ARG3) &dbregs) == -1) 76 x86bsd_dr_set (ptid_t ptid, int regnum, unsigned long value) 80 if (gdb_ptrace (PT_GETDBREGS, ptid, (PTRACE_TYPE_ARG3) &dbregs) == -1) 92 if (gdb_ptrace (PT_SETDBREGS, thread->ptid,
|
| bsd-uthread.c | 59 bool thread_alive (ptid_t ptid) override; 319 ptid_t ptid = regcache->ptid (); 320 CORE_ADDR addr = ptid.tid (); 326 inferior_ptid = ptid; 350 ptid_t ptid = regcache->ptid (); 351 CORE_ADDR addr = ptid.tid (); 357 inferior_ptid = ptid; 375 bsd_uthread_target::wait (ptid_t ptid, struct target_waitstatus *status 318 ptid_t ptid = regcache->ptid (); local 349 ptid_t ptid = regcache->ptid (); local 465 ptid_t ptid = ptid_t (pid, 0, addr); local [all...] |
| i386-bsd-nat.c | 38 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, 45 return ptrace (request, ptid.pid (), addr, ptid.lwp ()); 47 pid_t pid = get_ptrace_pid (ptid); 147 ptid_t ptid = regcache->ptid (); 153 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) 167 && gdb_ptrace(PT_GETXMMREGS, ptid, 176 if (gdb_ptrace (PT_GETFPREGS, ptid, 191 ptid_t ptid = regcache->ptid () 145 ptid_t ptid = regcache->ptid (); local 189 ptid_t ptid = regcache->ptid (); local [all...] |
| ravenscar-thread.c | 43 them is to have one thread per CPU, where the thread's ptid has 58 is running, switching to its corresponding ptid, and then performing 59 the operation on that ptid using the target beneath us. */ 113 bool thread_alive (ptid_t ptid) override; 115 int core_of_thread (ptid_t ptid) override; 129 ptid_t underlying = get_base_thread_from_ravenscar_task (tp->ptid); 146 /* PTID of the last thread that received an event. 152 bool task_is_currently_active (ptid_t ptid); 154 int get_thread_base_cpu (ptid_t ptid); 155 ptid_t get_base_thread_from_ravenscar_task (ptid_t ptid); 681 ptid_t ptid = regcache->ptid (); local 727 ptid_t ptid = regcache->ptid (); local 772 ptid_t ptid = regcache->ptid (); local [all...] |
| inf-ptrace.c | 41 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, 50 data = ptid.lwp (); 51 return ptrace (request, ptid.pid (), addr, data); 53 pid_t pid = get_ptrace_pid (ptid); 107 ptid_t ptid (pid); 111 thread_info *thr = add_thread_silent (this, ptid); 120 post_startup_inferior (ptid); 180 target, it should decorate the ptid later with more info. */ 186 set_executing (this, thr->ptid, true); 249 get_ptrace_pid (ptid_t ptid) 434 ptid_t ptid = inferior_ptid; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-bsd-nat.c | 40 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, 47 return ptrace (request, ptid.pid (), addr, ptid.lwp ()); 49 pid_t pid = get_ptrace_pid (ptid); 61 ptid_t ptid = regcache->ptid (); 67 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) 79 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 93 ptid_t ptid = regcache->ptid (); 60 ptid_t ptid = regcache->ptid (); local 92 ptid_t ptid = regcache->ptid (); local [all...] |
| bsd-uthread.c | 58 bool thread_alive (ptid_t ptid) override; 319 ptid_t ptid = regcache->ptid (); 320 CORE_ADDR addr = ptid.tid (); 326 inferior_ptid = ptid; 350 ptid_t ptid = regcache->ptid (); 351 CORE_ADDR addr = ptid.tid (); 357 inferior_ptid = ptid; 375 bsd_uthread_target::wait (ptid_t ptid, struct target_waitstatus *status 318 ptid_t ptid = regcache->ptid (); local 349 ptid_t ptid = regcache->ptid (); local 465 ptid_t ptid = ptid_t (pid, 0, addr); local [all...] |
| x86-bsd-nat.c | 41 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr) 46 return ptrace (request, ptid.pid (), addr, ptid.lwp ()); 48 pid_t pid = get_ptrace_pid (ptid); 65 x86bsd_dr_get (ptid_t ptid, int regnum) 69 if (gdb_ptrace (PT_GETDBREGS, ptid, (PTRACE_TYPE_ARG3) &dbregs) == -1) 76 x86bsd_dr_set (ptid_t ptid, int regnum, unsigned long value) 80 if (gdb_ptrace (PT_GETDBREGS, ptid, (PTRACE_TYPE_ARG3) &dbregs) == -1) 92 if (gdb_ptrace (PT_SETDBREGS, thread->ptid,
|
| svr4-tls-tdep.h | 35 ptid_t ptid, 41 ptid_t ptid, 56 svr4_tls_get_thread_local_address (struct gdbarch *gdbarch, ptid_t ptid,
|
| i386-bsd-nat.c | 38 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, 45 return ptrace (request, ptid.pid (), addr, ptid.lwp ()); 47 pid_t pid = get_ptrace_pid (ptid); 147 ptid_t ptid = regcache->ptid (); 153 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) 167 && gdb_ptrace(PT_GETXMMREGS, ptid, 176 if (gdb_ptrace (PT_GETFPREGS, ptid, 191 ptid_t ptid = regcache->ptid () 145 ptid_t ptid = regcache->ptid (); local 189 ptid_t ptid = regcache->ptid (); local [all...] |
| ravenscar-thread.c | 43 them is to have one thread per CPU, where the thread's ptid has 58 is running, switching to its corresponding ptid, and then performing 59 the operation on that ptid using the target beneath us. */ 113 bool thread_alive (ptid_t ptid) override; 115 int core_of_thread (ptid_t ptid) override; 129 ptid_t underlying = get_base_thread_from_ravenscar_task (tp->ptid); 146 /* PTID of the last thread that received an event. 152 bool task_is_currently_active (ptid_t ptid); 154 int get_thread_base_cpu (ptid_t ptid); 155 ptid_t get_base_thread_from_ravenscar_task (ptid_t ptid); 681 ptid_t ptid = regcache->ptid (); local 727 ptid_t ptid = regcache->ptid (); local 772 ptid_t ptid = regcache->ptid (); local [all...] |
| inf-ptrace.c | 41 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, 50 data = ptid.lwp (); 51 return ptrace (request, ptid.pid (), addr, data); 53 pid_t pid = get_ptrace_pid (ptid); 107 ptid_t ptid (pid); 111 thread_info *thr = add_thread_silent (this, ptid); 120 post_startup_inferior (ptid); 180 target, it should decorate the ptid later with more info. */ 186 set_executing (this, thr->ptid, true); 249 get_ptrace_pid (ptid_t ptid) 434 ptid_t ptid = inferior_ptid; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| x86-linux-dregs.c | 37 /* Get debug register REGNUM value from the LWP specified by PTID. */ 40 x86_linux_dr_get (ptid_t ptid, int regnum) 45 gdb_assert (ptid.lwp_p ()); 46 tid = ptid.lwp (); 56 /* Set debug register REGNUM to VALUE in the LWP specified by PTID. */ 59 x86_linux_dr_set (ptid_t ptid, int regnum, unsigned long value) 63 gdb_assert (ptid.lwp_p ()); 64 tid = ptid.lwp (); 142 ptid_t ptid = ptid_of_lwp (lwp); local 150 = x86_debug_reg_state (ptid.pid ()) [all...] |
| linux-osdata.h | 23 /* Returns the CPU core that thread PTID is currently running on. */ 25 extern int linux_common_core_of_thread (ptid_t ptid);
|
| linux-btrace.h | 54 linux_btrace_target_info (ptid_t ptid) 55 : btrace_target_info (ptid) 75 linux_enable_btrace (ptid_t ptid, const struct btrace_config *conf);
|
| linux-procfs.h | 65 extern std::optional<std::string> linux_proc_get_stat_field (ptid_t ptid, 73 extern const char *linux_proc_tid_get_name (ptid_t ptid); 75 /* Callback function for linux_proc_attach_tgid_threads. If the PTID 78 typedef int (*linux_proc_attach_lwp_func) (ptid_t ptid);
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| x86-linux-dregs.c | 37 /* Get debug register REGNUM value from the LWP specified by PTID. */ 40 x86_linux_dr_get (ptid_t ptid, int regnum) 45 gdb_assert (ptid.lwp_p ()); 46 tid = ptid.lwp (); 56 /* Set debug register REGNUM to VALUE in the LWP specified by PTID. */ 59 x86_linux_dr_set (ptid_t ptid, int regnum, unsigned long value) 63 gdb_assert (ptid.lwp_p ()); 64 tid = ptid.lwp (); 142 ptid_t ptid = ptid_of_lwp (lwp); local 150 = x86_debug_reg_state (ptid.pid ()) [all...] |
| linux-osdata.h | 23 /* Returns the CPU core that thread PTID is currently running on. */ 25 extern int linux_common_core_of_thread (ptid_t ptid);
|
| linux-btrace.h | 54 linux_btrace_target_info (ptid_t ptid) 55 : btrace_target_info (ptid) 75 linux_enable_btrace (ptid_t ptid, const struct btrace_config *conf);
|
| linux-procfs.h | 65 extern std::optional<std::string> linux_proc_get_stat_field (ptid_t ptid, 73 extern const char *linux_proc_tid_get_name (ptid_t ptid); 75 /* Callback function for linux_proc_attach_tgid_threads. If the PTID 78 typedef int (*linux_proc_attach_lwp_func) (ptid_t ptid);
|