[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
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>>