Lines Matching +full:in +full:- +full:masks
11 '''Returns the thread(s) with the specified stop reason in a list.
16 for t in process:
30 the size of the buffer to read data into. It returns the byte buffer in a
36 the size of the buffer to read data into. It returns the byte buffer in a
42 process is not in eStateConnected. They are intended for use
70 …read on demand through the current OperatingSystem plug-in, if the current OperatingSystem plug-in…
101 buffer in a Python string. Example: ::
171 Load the library whose filename is given by image_spec looking in all the
172 paths supplied in the paths argument. If successful, return a token that
179 Return the number of different thread-origin extended backtraces
183 or the work item was enqueued to it (in the case of a libdispatch
188 Takes an index argument, returns the name of one of the thread-origin
203 Get the current address mask in this Process of a given type.
205 masks, and on most Targets, the the Data address mask is more general
209 The bits which are not used for addressing are set to 1 in the returned
211 In an unusual environment with different address masks for high and low
217 Set the current address mask in this Process for a given type,
219 used for addressing should be set to 1 in the mask.
220 When setting all masks, lldb.eAddressMaskTypeAll may be specified.
221 In an unusual environment with different address masks for high and low
227 Set the number of low bits relevant for addressing in this Process
229 When setting all masks, lldb.eAddressMaskTypeAll may be specified.
230 In an unusual environment with different address masks for high and low
245 access permissions specified in the arguments. The permissions
246 argument is an or-combination of zero or more of
249 of the allocated buffer in the process, or
259 AllocateMemory) given in the argument."