Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Fix for Disassembly View line offset bug

I would prefer a bug report, but it is up to you. The both ways are acceptable.

----- Original Message ----- From: "Tracy Miranda" <TMIRANDA@xxxxxxxxxx>
To: <cdt-patch@xxxxxxxxxxx>
Sent: Thursday, February 24, 2005 2:39 PM
Subject: RE: [cdt-patch] Fix for Disassembly View line offset bug


Mikhail,

Great, thanks. In future, should I always submit a bug report for any
patches, or is it just if something is not only going on the HEAD ?

Thanks,
Tracy

-----Original Message-----
From: cdt-patch-admin@xxxxxxxxxxx [mailto:cdt-patch-admin@xxxxxxxxxxx]
On Behalf Of Mikhail Khodjaiants
Sent: 24 February 2005 19:36
To: cdt-patch@xxxxxxxxxxx
Subject: Re: [cdt-patch] Fix for Disassembly View line offset bug


Tracy,

I submitted a bug in Bugzilla
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=86533) for this patch.
I'll
apply it for both branches.

Mikhail
----- Original Message ----- From: "Tracy Miranda" <TMIRANDA@xxxxxxxxxx>
To: <cdt-patch@xxxxxxxxxxx>
Sent: Wednesday, February 23, 2005 12:49 PM
Subject: [cdt-patch] Fix for Disassembly View line offset bug


Hi,

Here's a patch for a bug we've seen in the disassembly view (no
current bugzilla exists). The problem is that clicking in the left
hand margin of the disassembly window seems to set/clear a breakpoint
on the line above the one the users clicks on. This only applies when
it is disassembly mode, not mixed mode c/assembly which works
correctly.

The patch no longer increments over the non-existant source line when
in disassembly mode. The patch should be applied to
DisassemblyEditorInput.java which is in the
org.eclipse.cdt.debug.internal.ui.views.disassembly package of the
cdt.debug.ui plugin.

Would it be possible to have the patch applied to both the HEAD and
the 2.1.1 branch please ? (BTW, we have tested the patch on CDT
2.1.1).

Regards,
Tracy Miranda
Altera European Technology Centre (ETC)






<<DisassemblyEditorInput.txt>>



_______________________________________________
cdt-patch mailing list
cdt-patch@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/cdt-patch


_______________________________________________
cdt-patch mailing list
cdt-patch@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-patch


Back to the top