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 210145 Details for
Bug 365541
View an array variable whose length is very long (such as 10000) in the editor or Variable View, will cause the interface to die
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]
Tweak for IndexedPartitionDMC.toString()
z.patch (text/plain), 1.12 KB, created by
Marc Khouzam
on 2012-01-26 13:56:57 EST
(
hide
)
Description:
Tweak for IndexedPartitionDMC.toString()
Filename:
MIME Type:
Creator:
Marc Khouzam
Created:
2012-01-26 13:56:57 EST
Size:
1.12 KB
patch
obsolete
>From 5f44a306c2c7b7a34f0948e9bb3f404554e21b18 Thu, 26 Jan 2012 13:52:53 -0500 >From: Marc Khouzam <marc.khouzam@ericsson.com> >Date: Thu, 26 Jan 2012 13:52:33 -0500 >Subject: [PATCH] Bug 365541: Cleanup IndexedPartitionDMC.toString() > >diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIExpressions.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIExpressions.java >index 9b51866..3b54e9d 100644 >--- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIExpressions.java >+++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIExpressions.java >@@ -485,7 +485,7 @@ > > @Override > public String toString() { >- return String.format( "%s[%d-%d]", baseToString(), Integer.valueOf( getIndex() ), Integer.valueOf( getIndex() + getLength() ) ); //$NON-NLS-1$ >+ return String.format( "%s.expr[%s][%d-%d]", baseToString(), getParentExpression(), getIndex(), getIndex() + getLength() - 1); //$NON-NLS-1$ > } > > private static ExpressionInfo createExpressionInfo(ExpressionInfo parentInfo, int index, int length) {
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
Flags:
marc.khouzam
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 365541
:
209289
|
209290
|
209291
|
209483
|
209487
|
209858
|
209859
|
209927
|
210087
|
210133
| 210145 |
210150