mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add missing ____executor_globals in dump_bt if needed
This commit is contained in:
3
.gdbinit
3
.gdbinit
@@ -44,9 +44,10 @@ define dump_bt
|
||||
set $count = (int)*($fst.arguments)
|
||||
|
||||
if $t->object
|
||||
if $fst.function.common.scope->name
|
||||
if $fst.function.common.scope
|
||||
printf "%s->", $fst.function.common.scope->name
|
||||
else
|
||||
____executor_globals
|
||||
set $class_name_ptr = (char **)malloc(sizeof(char **))
|
||||
set $class_name_len = (int *)malloc(sizeof(int *))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user