Bug 69871 - disassembly window won't scroll backwards
Summary: disassembly window won't scroll backwards
Status: RESOLVED LATER
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 18:24 UTC by Jon Smirl
Modified: 2009-11-15 21:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2003-12-08 18:24:45 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

I just hit a fault in some asm code. kdevelop stop and the debugger works just fine.

But in the disassembly window the disassembly starts at the faulting instruction and proceeds forward. This isn't very useful. I need to see the instruction before I hit the fault to know what caused the fault. You aren't able to scroll backwards from the point of the fault.

A fix might be to have gdb start disassembling from the start of the subroutine and then match the point of the fault up to that listing.

A bonus wish would be to intermix the C source code lines with the disassembly lines. Does gcc/gdb provide line number offsets in it's debug data? If so it is easy to mix the source lines into the disassembly window.
Comment 1 Andreas Pakulat 2009-11-15 21:11:02 UTC
There's not even support for disassembly currently and won't be for the first release. Please re-open if KDevelop4 gains disassembly support again.