diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index a6205b02e98..2e16f2d78c0 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,4 +1,10 @@ 2004-12-21 Mikhail Khodjaiants + Fix for bug 75948: Provide "breakpoint type name" for C breakpoints. + Applied patch from Jared Burns. + * plugin.properties + * plugin.xml + +2004-12-22 Mikhail Khodjaiants Fix for bug 73168: Use memory view provided by Eclipse platform in CDT. The CMemoryBlockextension is used as an adapter to "IMemoryBlockRetrieval". * CMemoryBlockExtension.java diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties index 3a677317fb6..64bb71bb2d2 100644 --- a/debug/org.eclipse.cdt.debug.core/plugin.properties +++ b/debug/org.eclipse.cdt.debug.core/plugin.properties @@ -12,3 +12,8 @@ pluginName=C/C++ Development Tools Debug Model providerName=Eclipse.org CDebugger.name=C/C++ Development Tools Core Debugger Extension + +cLineBreakpoints.name=C/C++ Line Breakpoints +cAddressBreakpoints.name=C/C++ Address Breakpoints +cFunctionBreakpoints.name=C/C++ Function Breakpoints +cWatchpoints.name=C/C++ Watchpoints \ No newline at end of file diff --git a/debug/org.eclipse.cdt.debug.core/plugin.xml b/debug/org.eclipse.cdt.debug.core/plugin.xml index d161dc15537..e86efcd0ace 100644 --- a/debug/org.eclipse.cdt.debug.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.core/plugin.xml @@ -118,23 +118,27 @@