From 20ac1c6f2bb5f4afc1c1dd3626eff657140301d2 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Fri, 21 Nov 2003 20:00:51 +0000 Subject: [PATCH] Fix for PR 46592: Debug View shows Functions as func(type param,...)(). Return an empty string instead of "??" if the function name is not available. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 17c1d5c29fd..1ad359dff15 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,9 @@ +2003-11-13 Mikhail Khodjaiants + + * src/org/eclipse/cdt/debug/mi/core/output/MIFrame.java + Fix for PR 46592: Debug View shows Functions as func(type param,...)(). + Return an empty string instead of "??" if the function name is not available. + 2003-11-20 Alain Magloire Fix NPE: 46313. Setting breakpoint when the target was running