https://bugs.kde.org/show_bug.cgi?id=375821
Bug ID: 375821
Summary: debug assembly/registers window
Product: kdevelop
Version: 5.0.3
Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Dear all,
launching gdb, with a remote target (openocd driver for coldfire/m68k cpu), the
driver sends to gdb the proper registers list, as per gdb/features xml
"org.gnu.gdb.coldfire.core". Btw, the coldfire assembly code is visible, but
the cpu registers window stays grayed.
gdb "info registers" or "info all-registers" works fine. Also initial registers
request seems to work properly
(gdb) 20-data-disassemble -s "$pc" -e "$pc+1" -- 0
20^done,asm_insns=[{address="0x80000400",func-name="_start",offset="0",inst="movew
#9984,%sr"}]
(gdb) 21-data-list-register-names
21^done,register-names=["d0","d1","d2","d3","d4","d5","d6","d7","a0","a1","a2","a3","a4","a5","fp","sp","ps","pc","","","","","","","","","","",""]
I attach an image.
Tested codeblocks, register windows is shown fine.
Same issue in kdevelop 5.0.1 or 5.0.3
--
You are receiving this mail because:
You are watching all bug changes.