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:
parent
e34c4afc9a
commit
20ac1c6f2b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue