Lines Matching full:is

6 This file is part of GDB.
8 This program is free software; you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
40 printing status information, is kept as tables of structures of the
56 /* Sol2.5: lwp is stopped
57 * Sol2.6: lwp is stopped
58 * Sol2.7: lwp is stopped
59 * IRIX6: process is stopped
60 * OSF: task/thread is stopped
61 * UW: LWP is stopped
63 { PR_STOPPED, "PR_STOPPED", "Process (LWP) is stopped" },
66 /* Sol2.5: lwp is stopped on an event of interest
67 * Sol2.6: lwp is stopped on an event of interest
68 * Sol2.7: lwp is stopped on an event of interest
69 * IRIX6: process is stopped on event of interest
81 * UW: A stop directive is in effect
83 { PR_DSTOP, "PR_DSTOP", "A stop directive is in effect" },
91 { PR_STEP, "PR_STEP", "A single step directive is in effect" },
94 /* Sol2.5: lwp is sleeping in a system call
95 * Sol2.6: lwp is sleeping in a system call
96 * Sol2.7: lwp is sleeping in a system call
97 * IRIX6: process is in an interruptible sleep
98 * OSF: task/thread is asleep within a system call
99 * UW: LWP is sleep()ing in a system call
107 * IRIX6: current pc is invalid
111 { PR_PCINVAL, "PR_PCINVAL", "PC (pr_instr) is invalid" },
114 /* Sol2.5: this lwp is the aslwp
115 * Sol2.6: this lwp is the aslwp
116 * Sol2.7: this lwp is the aslwp
118 { PR_ASLWP, "PR_ASLWP", "This is the asynchronous signal LWP" },
121 /* Sol2.6: this lwp is the /proc agent lwp
122 * Sol2.7: this lwp is the /proc agent lwp
124 { PR_AGENT, "PR_AGENT", "This is the /proc agent LWP" },
128 * Sol2.6: this is a system process
129 * Sol2.7: this is a system process
130 * IRIX6: process is a system process
131 * OSF: task/thread is a system task/thread
134 { PR_ISSYS, "PR_ISSYS", "Is a system process/thread" },
137 /* Sol2.6: process is the parent of a vfork()d child
138 * Sol2.7: process is the parent of a vfork()d child
140 { PR_VFORKP, "PR_VFORKP", "Process is the parent of a vforked child" },
143 /* Sol2.6: process's process group is orphaned
144 * Sol2.7: process's process group is orphaned
146 { PR_ORPHAN, "PR_ORPHAN", "Process's process group is orphaned" },
149 /* Sol2.5: inherit-on-fork is in effect
150 * Sol2.6: inherit-on-fork is in effect
151 * Sol2.7: inherit-on-fork is in effect
154 * UW: inherit-on-fork is in effect
156 { PR_FORK, "PR_FORK", "Inherit-on-fork is in effect" },
159 /* Sol2.5: run-on-last-close is in effect
160 * Sol2.6: run-on-last-close is in effect
161 * Sol2.7: run-on-last-close is in effect
164 * UW: Run-on-last-close is in effect
166 { PR_RLC, "PR_RLC", "Run-on-last-close is in effect" },
169 /* Sol2.5: kill-on-last-close is in effect
170 * Sol2.6: kill-on-last-close is in effect
171 * Sol2.7: kill-on-last-close is in effect
174 * UW: kill-on-last-close is in effect
176 { PR_KLC, "PR_KLC", "Kill-on-last-close is in effect" },
179 /* Sol2.5: asynchronous-stop is in effect
180 * Sol2.6: asynchronous-stop is in effect
181 * Sol2.7: asynchronous-stop is in effect
182 * OSF: asynchronous stop mode is in effect
183 * UW: asynchronous stop mode is in effect
185 { PR_ASYNC, "PR_ASYNC", "Asynchronous stop is in effect" },
188 /* Sol2.5: micro-state usage accounting is in effect
189 * Sol2.6: micro-state usage accounting is in effect
190 * Sol2.7: micro-state usage accounting is in effect
195 /* Sol2.5: breakpoint trap pc adjustment is in effect
196 * Sol2.6: breakpoint trap pc adjustment is in effect
197 * Sol2.7: breakpoint trap pc adjustment is in effect
204 * Sol2.6: ptrace-compatibility mode is in effect
205 * Sol2.7: ptrace-compatibility mode is in effect
206 * IRIX6: process is traced with ptrace() too
207 * OSF: task/thread is being traced by ptrace
208 * UW: Process is being controlled by ptrace(2)
210 { PR_PTRACE, "PR_PTRACE", "Process is being controlled by ptrace" },
214 * Sol2.5 (only): ptrace-compatibility mode is in effect
226 /* Irix6: process is a kernel thread */
227 { PR_ISKTHREAD, "PR_KTHREAD", "Process is a kernel thread" },
236 /* OSF: task is traced */
237 { PR_TRACING, "PR_TRACING", "Task is traced" },
266 /* OSF: user level scheduling is in effect */
267 { PR_USCHED, "PR_USCHED", "User level scheduling is in effect" },