Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 123406 Details for
Bug 257842
[memory] Expression Evaluation API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch with IMemoryAddress as discussed above.
20090122_257842.patch (text/plain), 1.48 KB, created by
Pawel Piech
on 2009-01-22 13:06:05 EST
(
hide
)
Description:
Patch with IMemoryAddress as discussed above.
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2009-01-22 13:06:05 EST
Size:
1.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.debug.core >Index: core/org/eclipse/debug/core/model/IMemoryAddress.java >=================================================================== >RCS file: core/org/eclipse/debug/core/model/IMemoryAddress.java >diff -N core/org/eclipse/debug/core/model/IMemoryAddress.java >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ core/org/eclipse/debug/core/model/IMemoryAddress.java 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,35 @@ >+/******************************************************************************* >+ * Copyright (c) 2009 Wind River Systems and others. >+ * All rights reserved. This program and the accompanying materials >+ * are made available under the terms of the Eclipse Public License v1.0 >+ * which accompanies this distribution, and is available at >+ * http://www.eclipse.org/legal/epl-v10.html >+ * >+ * Contributors: >+ * Wind River Systems - initial API and implementation >+ *******************************************************************************/ >+package org.eclipse.debug.core.model; >+ >+import java.math.BigInteger; >+ >+/** >+ * Object representing an address. >+ * >+ * @since 3.5 >+ */ >+public interface IMemoryAddress { >+ >+ /** >+ * Returns the value of the address. >+ * >+ * @return Value of the address as a big integer. >+ */ >+ public BigInteger getValue(); >+ >+ /** >+ * Returns the address size in bytes. >+ * >+ * @return the number of bytes required to hold this address. >+ */ >+ public int getSize(); >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257842
:
123121
|
123132
|
123279
| 123406