Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorMikhail Khodjaiants2003-11-21 20:00:51 +0000
committerMikhail Khodjaiants2003-11-21 20:00:51 +0000
commit20ac1c6f2bb5f4afc1c1dd3626eff657140301d2 (patch)
treea3353001e557a751b83cef750f6ba5b4c90a79de /debug
parente34c4afc9ab8ca9ffe3f1fa062a1c8b65d8dfe14 (diff)
downloadorg.eclipse.cdt-20ac1c6f2bb5f4afc1c1dd3626eff657140301d2.tar.gz
org.eclipse.cdt-20ac1c6f2bb5f4afc1c1dd3626eff657140301d2.tar.xz
org.eclipse.cdt-20ac1c6f2bb5f4afc1c1dd3626eff657140301d2.zip
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.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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

Back to the top