From fb7578ac557790ef17eabef9007178c7aa7b6680 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Tue, 25 Nov 2003 22:33:49 +0000 Subject: [PATCH] (unwi_get_proc_name): Handle UNW_INFO_FORMAT_REMOTE_TABLE. (Logical change 1.126) --- src/Gget_proc_name.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gget_proc_name.c b/src/Gget_proc_name.c index d1473be8..6ef76a36 100644 --- a/src/Gget_proc_name.c +++ b/src/Gget_proc_name.c @@ -69,6 +69,7 @@ unwi_get_proc_name (unw_addr_space_t as, unw_word_t ip, break; case UNW_INFO_FORMAT_TABLE: + case UNW_INFO_FORMAT_REMOTE_TABLE: /* XXX should we create a fake name, e.g.: "tablenameN", where N is the index of the function in the table??? */ ret = -UNW_ENOINFO;