projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165e0a0
)
- Automatic tsrm key fetching
author
Marcus Boerger
<helly@php.net>
Wed, 8 Mar 2006 22:38:32 +0000
(22:38 +0000)
committer
Marcus Boerger
<helly@php.net>
Wed, 8 Mar 2006 22:38:32 +0000
(22:38 +0000)
.gdbinit
patch
|
blob
|
history
diff --git
a/.gdbinit
b/.gdbinit
index f23d4c18acd0a2b2f90a07d88d26c865ee2ede86..e6fd350a1cb7bc4f1daaf6d3e33dc6a48901a8f9 100644
(file)
--- a/
.gdbinit
+++ b/
.gdbinit
@@
-1,6
+1,7
@@
define ____executor_globals
if basic_functions_module.zts
- set $eg = ((zend_executor_globals) (*((void ***) tsrm_ls))[executor_globals_id-1])
+ set $tsrm_ls = ts_resource_ex(0, 0)
+ set $eg = ((zend_executor_globals) (*((void ***) $tsrm_ls))[executor_globals_id-1])
else
set $eg = executor_globals
end