Lines Matching refs:set
2 set $tsrm_ls = $arg0
6 set the ts resource, it is impossible for gdb to
14 set $tsrm_ls = _tsrm_ls_cache
15 set $eg = ((zend_executor_globals*) (*((void ***) $tsrm_ls))[executor_globals_id-1])
16 set $cg = ((zend_compiler_globals*) (*((void ***) $tsrm_ls))[compiler_globals_id-1])
17 set $eg_ptr = $eg
19 set $eg = executor_globals
20 set $cg = compiler_globals
21 set $eg_ptr = (zend_executor_globals*) &executor_globals
26 portable way of accessing executor_globals, set $eg
34 set $cv_ex_ptr = $eg.current_execute_data
36 set $cv_ex_ptr = (zend_execute_data *)$arg0
38 set $cv_count = $cv_ex_ptr.func.op_array.last_var
39 set $cv = $cv_ex_ptr.func.op_array.vars
40 set $cv_idx = 0
41 set $callFrameSize = (sizeof(zend_execute_data) + sizeof(zval) - 1) / sizeof(zval)
46 set $zvalue = ((zval *) $cv_ex_ptr) + $callFrameSize + $cv_idx
48 set $cv_idx = $cv_idx + 1
54 If a zend_execute_data pointer is set this will print the compiled
62 set $ex = $arg0
65 set $func = $ex->func
85 set $callFrameSize = (sizeof(zend_execute_data) + sizeof(zval) - 1) / sizeof(zval)
87 set $count = $ex->This.u2.num_args
88 set $arg = 0
94 set $zvalue = (zval *) $ex + $callFrameSize + $arg
95 set $type = $zvalue->u1.v.type
129 set $arg = $arg + 1
143 set $ex = $ex->prev_execute_data
153 set $ind = 1
162 set $zvalue = $arg0
163 set $type = $zvalue->u1.v.type
194 set $ind = $ind + 1
196 set $ind = $ind - 1
197 set $i = $ind
200 set $i = $i - 1
203 set $type = 0
208 set $handle = $zvalue->value.obj.handle
209 set $handlers = $zvalue->value.obj.handlers
210 set $zobj = $zvalue->value.obj
211 set $cname = (char*)$zobj->ce->name->val
217 set $ht = $zobj->properties
218 set $ind = $ind + 1
220 set $ind = $ind - 1
221 set $i = $ind
224 set $i = $i - 1
228 set $ht = &$zobj->ce->properties_info
229 set $k = 0
230 set $num = $ht->nNumUsed
232 set $p = (Bucket*)($ht->arData + $k)
233 set $name = $p->key
234 set $prop = (zend_property_info*)$p->val.value.ptr
235 set $val = (zval*)((char*)$zobj + $prop->offset)
238 set $k = $k + 1
243 set $type = 0
279 set $zvalue = $arg0
283 set $zcontents = (zval*) $zvalue
293 set $symtable = ((HashTable *)&($eg_ptr->symbol_table))
302 set $ind = 1
314 set $ht = (HashTable*)$arg0
315 set $n = $ind
318 set $n = $n - 1
321 set $packed = $ht->u.v.flags & 4
329 set $num = $ht->nNumUsed
330 set $i = 0
331 set $ind = $ind + 1
334 set $val = (zval*)($ht->arPacked + $i)
335 set $key = (zend_string*)0
336 set $h = $i
338 set $bucket = (Bucket*)($ht->arData + $i)
339 set $val = &$bucket->val
340 set $key = $bucket->key
341 set $h = $bucket->h
343 set $n = $ind
347 set $n = $n - 1
360 set $zval = $val
367 set $func = (zend_function*)$val->value.ptr
371 set $const = (zend_constant *)$val->value.ptr
375 set $i = $i + 1
377 set $ind = $ind - 1
382 set $ind = 0
391 set $ind = 0
400 set $ind = 0
409 set $ind = 0
418 set $ce = $arg0
432 set $tmp = 0
435 set $tmp = $tmp + 1
441 set $ce = $ce->parent
445 set $ce = $arg0
448 set $ce = $ce->interfaces[0]
451 set $ce = 0
456 set $ce = $arg0
457 set $depth = 0
459 set $tmp = $depth
462 set $tmp = $tmp - 1
464 set $depth = $depth + 1
473 set $tmp = $depth
476 set $tmp = $tmp - 1
479 set $depth = $depth - 1
484 set $pi = (zend_property_info *)$arg0
485 set $initial_offset = ((uint32_t)(zend_uintptr_t)(&((zend_object*)0)->properties_table[(0)]))
486 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
524 set $tmp = 0
525 set $str = $arg0
527 set $maxlen = $arg2
529 set $maxlen = 256
539 set $tmp = $tmp + 1
549 set $ind = 0
550 set $znode = $arg0
552 set $optype = "IS_CONST"
555 set $optype = "IS_TMP_VAR"
558 set $optype = "IS_VAR"
561 set $optype = "IS_UNUSED"
572 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
577 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
604 set $zstr = (zend_string *)$arg0
606 set $maxlen = $arg1
608 set $maxlen = $zstr->len
633 set $found = 0
635 set $current = gc_globals->roots->next
639 set $found = $current
642 set $current = $current->next