From 756da99053acd22cc8fd33f4d50e84051bdc7a1a Mon Sep 17 00:00:00 2001 From: Eugene Tarassov Date: Tue, 29 Apr 2014 19:02:01 -0700 Subject: TCF Agent: symbols multiplexer and symbols proxy are now enabled by default. This allows to do symbols look up on both target and host sides at same time. --- agent/tcf/services/stacktrace.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'agent/tcf/services/stacktrace.c') diff --git a/agent/tcf/services/stacktrace.c b/agent/tcf/services/stacktrace.c index c473efe2..39e516b1 100644 --- a/agent/tcf/services/stacktrace.c +++ b/agent/tcf/services/stacktrace.c @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2013 Wind River Systems, Inc. and others. + * Copyright (c) 2007, 2014 Wind River Systems, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v1.0 which accompany this distribution. @@ -577,11 +577,6 @@ int get_frame_info(Context * ctx, int frame, StackFrame ** info) { return 0; } -int is_top_frame(Context * ctx, int frame) { - if (ctx == NULL || !context_has_state(ctx)) return 0; - return frame == 0 || frame == STACK_TOP_FRAME; -} - static void flush_stack_trace(Context * ctx, void * args) { invalidate_stack_trace(EXT(ctx)); } -- cgit v1.2.3