| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| ptid-selftests.c | 43 static constexpr ptid_t lwp = ptid_t (1, 2, 0); variable 57 static_assert (lwp.pid () == 1, "lwp's pid is right"); 64 static_assert (lwp.lwp_p (), "lwp's lwp_p is right"); 68 /* Verify lwp. */ 70 static_assert (pid.lwp () == 0, "pid's lwp is right"); 71 static_assert (lwp.lwp () == 2, "lwp's lwp is right") [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| x86-linux-nat.h | 49 stopped-by-watchpoint info as soon as an lwp stops (via the low_ 69 void low_prepare_to_resume (struct lwp_info *lwp) override 70 { x86_linux_prepare_to_resume (lwp); } variable 72 void low_new_thread (struct lwp_info *lwp) override 73 { x86_linux_new_thread (lwp); } variable 75 void low_delete_thread (struct arch_lwp_info *lwp) override 76 { x86_linux_delete_thread (lwp); } variable
|
| alpha-bsd-nat.c | 55 int lwp = regcache->ptid ().lwp (); local 62 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1) 76 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 89 int lwp = regcache->ptid ().lwp (); local 95 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1) 101 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1) 114 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 120 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| hppa-netbsd-nat.c | 172 int lwp = regcache->ptid ().lwp (); 178 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 188 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 202 int lwp = regcache->ptid ().lwp (); 208 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 213 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 221 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 226 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 171 int lwp = regcache->ptid ().lwp (); local 201 int lwp = regcache->ptid ().lwp (); local [all...] |
| mips-netbsd-nat.c | 55 int lwp = regcache->ptid ().lwp (); local 62 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 75 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 86 int lwp = regcache->ptid ().lwp (); local 93 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 98 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 110 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 115 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| riscv-netbsd-nat.c | 66 int lwp = regcache->ptid ().lwp (); local 74 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 101 int lwp = regcache->ptid ().lwp (); local 107 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 113 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| sh-netbsd-nat.c | 55 int lwp = regcache->ptid ().lwp (); local 62 (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1) 78 int lwp = regcache->ptid ().lwp (); local 85 (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1) 93 (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1)
|
| vax-bsd-nat.c | 79 int lwp = regcache->ptid ().lwp (); 81 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 95 int lwp = regcache->ptid ().lwp (); 97 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 102 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 78 int lwp = regcache->ptid ().lwp (); local 94 int lwp = regcache->ptid ().lwp (); local
|
| aarch64-netbsd-nat.c | 66 int lwp = ptid.lwp (); local 73 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 84 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 100 int lwp = ptid.lwp (); local 107 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 113 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| gcore-elf.c | 41 /* The LWP is often not available for bare metal target, in which case 44 lwp = ptid.lwp (); 46 lwp = ptid.tid (); 54 unsigned long lwp; member in struct:gcore_elf_collect_regset_section_cb_data 91 data->note_size, data->lwp,
|
| ppc-netbsd-nat.c | 91 int lwp = regcache->ptid ().lwp (); local 97 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 108 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 121 int lwp = regcache->ptid ().lwp (); local 127 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 133 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 141 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 147 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| ptid-selftests.c | 43 static constexpr ptid_t lwp = ptid_t (1, 2, 0); variable 57 static_assert (lwp.pid () == 1, "lwp's pid is right"); 64 static_assert (lwp.lwp_p (), "lwp's lwp_p is right"); 68 /* Verify lwp. */ 70 static_assert (pid.lwp () == 0, "pid's lwp is right"); 71 static_assert (lwp.lwp () == 2, "lwp's lwp is right") [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| x86-linux-nat.h | 49 stopped-by-watchpoint info as soon as an lwp stops (via the low_ 69 void low_prepare_to_resume (struct lwp_info *lwp) override 70 { x86_linux_prepare_to_resume (lwp); } variable 72 void low_new_thread (struct lwp_info *lwp) override 73 { x86_linux_new_thread (lwp); } variable 75 void low_delete_thread (struct arch_lwp_info *lwp) override 76 { x86_linux_delete_thread (lwp); } variable
|
| riscv-netbsd-nat.c | 66 int lwp = regcache->ptid ().lwp (); local 74 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 101 int lwp = regcache->ptid ().lwp (); local 107 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 113 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| alpha-bsd-nat.c | 55 int lwp = regcache->ptid ().lwp (); local 62 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1) 76 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 89 int lwp = regcache->ptid ().lwp (); local 95 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1) 101 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1) 114 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 120 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| hppa-netbsd-nat.c | 172 int lwp = regcache->ptid ().lwp (); 178 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 188 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 202 int lwp = regcache->ptid ().lwp (); 208 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 213 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 221 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 226 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 171 int lwp = regcache->ptid ().lwp (); local 201 int lwp = regcache->ptid ().lwp (); local [all...] |
| mips-netbsd-nat.c | 55 int lwp = regcache->ptid ().lwp (); local 62 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 75 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 86 int lwp = regcache->ptid ().lwp (); local 93 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 98 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 110 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 115 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| sh-netbsd-nat.c | 55 int lwp = regcache->ptid ().lwp (); local 62 (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1) 78 int lwp = regcache->ptid ().lwp (); local 85 (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1) 93 (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1)
|
| vax-bsd-nat.c | 79 int lwp = regcache->ptid ().lwp (); 81 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 95 int lwp = regcache->ptid ().lwp (); 97 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 102 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 78 int lwp = regcache->ptid ().lwp (); local 94 int lwp = regcache->ptid ().lwp (); local
|
| gcore-elf.c | 41 /* The LWP is often not available for bare metal target, in which case 44 lwp = ptid.lwp (); 46 lwp = ptid.tid (); 54 unsigned long lwp; member in struct:gcore_elf_collect_regset_section_cb_data 91 data->note_size, data->lwp,
|
| ppc-netbsd-nat.c | 91 int lwp = regcache->ptid ().lwp (); local 97 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 108 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 121 int lwp = regcache->ptid ().lwp (); local 127 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 133 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 141 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 147 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| aarch64-netbsd-nat.c | 66 int lwp = ptid.lwp (); local 73 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 84 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 100 int lwp = ptid.lwp (); local 107 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 113 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, lwp) == -1) 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1 [all...] |
| /src/lib/librumpuser/ |
| rumpfiber.h | 38 void *lwp; member in struct:thread
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| proc-service.cc | 99 /* Get the general registers of LWP LWPID within the target process PH 106 struct lwp_info *lwp; local 109 lwp = find_lwp_pid (ptid_t (lwpid)); 110 if (lwp == NULL) 114 switch_to_thread (lwp->thread); 124 /* Set the general registers of LWP LWPID within the target process PH 134 /* Get the floating-point registers of LWP LWPID within the target 144 /* Set the floating-point registers of LWP LWPID within the target
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| proc-service.cc | 99 /* Get the general registers of LWP LWPID within the target process PH 106 struct lwp_info *lwp; local 109 lwp = find_lwp_pid (ptid_t (lwpid)); 110 if (lwp == NULL) 114 switch_to_thread (lwp->thread); 124 /* Set the general registers of LWP LWPID within the target process PH 134 /* Get the floating-point registers of LWP LWPID within the target 144 /* Set the floating-point registers of LWP LWPID within the target
|