1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

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.
This commit is contained in:
Mikhail Khodjaiants 2003-11-21 20:00:51 +00:00
parent e34c4afc9a
commit 20ac1c6f2b

View file

@ -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 2003-11-20 Alain Magloire
Fix NPE: 46313. Setting breakpoint when the target was running Fix NPE: 46313. Setting breakpoint when the target was running