From 752280d4d2da31f9a761c53709f15f8d89fb81eb Mon Sep 17 00:00:00 2001 From: Reeze Xia Date: Sun, 30 Sep 2012 23:05:03 +0800 Subject: Add missing ____executor_globals in dump_bt if needed --- .gdbinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 0bff41784a..8cdfaa6093 100644 --- a/.gdbinit +++ b/.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 *)) -- cgit v1.2.1