Browse Source

Add missing ____executor_globals in dump_bt if needed

pull/209/head
Reeze Xia 13 years ago
parent
commit
752280d4d2
  1. 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 *))

Loading…
Cancel
Save