Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-16 22:45:09 +0000
committerPawel Piech2012-03-19 03:54:10 +0000
commitdd069579ac0131db85c7673c43556ecbb9b7432b (patch)
tree30296f3fb3dfcecedc45eee9a1278a6dd1903d46 /debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
parentbfdf65cacdce33a493017a43fdb5ecd3613ff13f (diff)
downloadorg.eclipse.cdt-dd069579ac0131db85c7673c43556ecbb9b7432b.tar.gz
org.eclipse.cdt-dd069579ac0131db85c7673c43556ecbb9b7432b.tar.xz
org.eclipse.cdt-dd069579ac0131db85c7673c43556ecbb9b7432b.zip
Bug 360588 - [breakpoints] Allow user to edit all its properties
prior to creating the breakpoint. - Added support for double-click action modifiers in the Disassembly view. - Added an "Add Breakpoint..." action to the Disassembly view as well. - Converted the Breakpoints view's "Add Watchpoint (C/C++)" action to use a full breakpoint properties dialog when creating a watchpoint. - Added an "Add Function Breakpoint (C/C++)" action to the Breakpoints view. The action opens the full properties dialog and allows user to enter the function name.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
index aecef9f25a2..11eba71e802 100644
--- a/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.cdt.debug.ui.CDebugUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
- org.eclipse.cdt.debug.internal.ui;x-internal:=true,
+ org.eclipse.cdt.debug.internal.ui;x-internal:x-friends:="org.eclipse.cdt.dsf.ui";x-friends:="org.eclipse.cdt.dsf.ui",
org.eclipse.cdt.debug.internal.ui.actions;x-friends:="org.eclipse.cdt.dsf.ui,org.eclipse.cdt.debug.ui.memory.memorybrowser",
org.eclipse.cdt.debug.internal.ui.actions.breakpoints;x-internal:=true,
org.eclipse.cdt.debug.internal.ui.breakpoints;x-internal:=true,

Back to the top