Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2013-03-11 02:03:39 +0000
committerMarc Khouzam2013-03-14 10:49:01 +0000
commit11171b06adbf1dc281de47bc537d8a5a7da0ea96 (patch)
tree7847804bf9b9b670bd601925ea052c5fff30a978 /debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
parentb09a3880fd91ece29369e4616371cadace1b628f (diff)
downloadorg.eclipse.cdt-11171b06adbf1dc281de47bc537d8a5a7da0ea96.tar.gz
org.eclipse.cdt-11171b06adbf1dc281de47bc537d8a5a7da0ea96.tar.xz
org.eclipse.cdt-11171b06adbf1dc281de47bc537d8a5a7da0ea96.zip
Bug 376116 - Use new "Add breakpoint..." with tracepoints
Change-Id: I35ccb2d089683ce760405358d45fff2477036659 Reviewed-on: https://git.eclipse.org/r/11033 Reviewed-by: Pawel Piech <pawel.1.piech@gmail.com> Tested-by: Pawel Piech <pawel.1.piech@gmail.com> Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
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 c3c06a0139b..5d85dba662b 100644
--- a/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Export-Package:
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-friends:="org.eclipse.cdt.dsf.ui",
+ org.eclipse.cdt.debug.internal.ui.breakpoints;x-friends:="org.eclipse.cdt.dsf.ui,org.eclipse.cdt.dsf.gdb.ui",
org.eclipse.cdt.debug.internal.ui.commands;x-internal:=true,
org.eclipse.cdt.debug.internal.ui.dialogfields;x-friends:="org.eclipse.cdt.dsf.gdb.ui",
org.eclipse.cdt.debug.internal.ui.dialogs;x-internal:=true,

Back to the top