mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Update version of o.e.cdt.dsf.gdb plugin
Change-Id: Ic65219efc917d80382a0ab7e477ba54c3ff340b0 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
7e6df21d23
commit
f090b8cd41
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
|
||||
Bundle-Version: 4.2.0.qualifier
|
||||
Bundle-Version: 4.3.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.dsf.gdb</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
|
@ -238,7 +238,7 @@ public class MIExpressions extends AbstractDsfService implements IMIExpressions,
|
|||
/**
|
||||
* @return if this expression is part of the memory space or not.
|
||||
* If it not part of the memory space, it won't have an address.
|
||||
* @since 4.2
|
||||
* @since 4.3
|
||||
*/
|
||||
public boolean inMemory() {
|
||||
// Registers and convenience variables which both start with $
|
||||
|
|
Loading…
Add table
Reference in a new issue