Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2020-11-20 06:40:33 +0000
committerJonah Graham2020-11-29 19:39:11 +0000
commit293998da18c4c15613b9a6880c351e5ce1cb6c71 (patch)
treeb76ea14ab1f2d9cb0e4c32b8f7a60e1ea34a6a91 /dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF
parent3ffe2156ff68ea3f2f2f41189e65f6f381489e30 (diff)
downloadorg.eclipse.cdt-293998da18c4c15613b9a6880c351e5ce1cb6c71.tar.gz
org.eclipse.cdt-293998da18c4c15613b9a6880c351e5ce1cb6c71.tar.xz
org.eclipse.cdt-293998da18c4c15613b9a6880c351e5ce1cb6c71.zip
Bug 568228: Add a way for DSF Data Model to initiate refresh all
There is no way to predict what the user might do during for example the launch sequence, so as a last resort, tell the UI to drop all caches and refresh the data as the last step of the launch sequence. Change-Id: I97731c8286657a0fc1111ba41deb47863181a453 Also-by: Jonah Graham <jonah@kichwacoders.com> Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF')
-rw-r--r--dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF b/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
index 8b3281d8c1a..b96d89727bb 100644
--- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
+++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
-Bundle-Version: 6.0.100.qualifier
+Bundle-Version: 6.1.0.qualifier
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

Back to the top